ProgressiveJL
IS-IT--Management
Hi all,
I'm not sure if it's possible but I'd like to combine the follow two queries into one:
select substr(reserved, 11, 10) as employees, tdate from jobs union all select employee, tdate from items
select compname, storeid, address, city, state, country, pcode, telnum, faxnum from store
Is there a way I can nest the statements?
Thanks in advance!
I'm not sure if it's possible but I'd like to combine the follow two queries into one:
select substr(reserved, 11, 10) as employees, tdate from jobs union all select employee, tdate from items
select compname, storeid, address, city, state, country, pcode, telnum, faxnum from store
Is there a way I can nest the statements?
Thanks in advance!