If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
Not entirely sure what you want to do here - I assume you want a single result set with all the tables in? This is only possible if you're tables have the same column types...
select stuff, stuff2, stuff3
from temptable1
union all
select stuff4, stuff5, stuff6
from temptable2
union all
select stuff7, stuff8, stuff9
from temptable3
order by 3
(I have a feeling this isn't what you're after though. if it's not, you have to have separate selects and separate result sets for each).
please, be more clear! give more details!
What language are you using?
what version of IDS?
What the difficult to fetch a SELECT? this is a basic thing for any application that access a database....
The IDS version is 11.50 FC1. I'm doing stored procedures, and I was trying to return several different result set, but it's not possible to do it with informix IDS. That is a feature it simply doesn't have.
I need to reach it using another approach.
Thanks.
César, I'm portuguese, hence there are no problem.
I know work with the keyword WITH RESUME.
Anyway, that can't help me. However TABLE it's a nice funcionality.