M
Morris
Hi.
I've got a table with about 10 columns. Im running the first query:
1) SELECT Id, Supplier FROM tableA WHERE condition
and the second one:
2) SELECT field2, field3, field4 ... field10 FROM tableA WHERE
conditions
Now - is it possible to have both outputs generated in the same order?
I cannot get all the data in one go, cause I need to distribute in
different parts of Excel spreadsheets.
Thanks for your help.
morris
I've got a table with about 10 columns. Im running the first query:
1) SELECT Id, Supplier FROM tableA WHERE condition
and the second one:
2) SELECT field2, field3, field4 ... field10 FROM tableA WHERE
conditions
Now - is it possible to have both outputs generated in the same order?
I cannot get all the data in one go, cause I need to distribute in
different parts of Excel spreadsheets.
Thanks for your help.
morris