W
Wolfgang Flieger
Hello everybody,
please help!
I have 3 tables and I retrieved the data in this way:
select field1 from tbl1 where id=5
union select field2 as field1 from tbl2 where id=3
union select field3 as field 1 from tbl3 where id=7
So I get the data in three rows. But I would like to get them in a single
row: field1, field2 and field3. Is this possible?
Thanks!
Wolfgang
please help!
I have 3 tables and I retrieved the data in this way:
select field1 from tbl1 where id=5
union select field2 as field1 from tbl2 where id=3
union select field3 as field 1 from tbl3 where id=7
So I get the data in three rows. But I would like to get them in a single
row: field1, field2 and field3. Is this possible?
Thanks!
Wolfgang