I have a query it goes something like the following:
Select 'test folder'
select * from table.
The result set will be like the following:
1 test folder
1 record1
2 record2
3 record3
4 record4
I then need to use a third party product called goanywhere to write the results to a spreadsheet. The issue is It will only write the teat folder to the spreadsheet. Is what I need it to do is skip the 1stt results of test folder and only write the set of record to the spreadsheet, Is there any way to run a select but suppress the output from it.
Cretin
Select 'test folder'
select * from table.
The result set will be like the following:
1 test folder
1 record1
2 record2
3 record3
4 record4
I then need to use a third party product called goanywhere to write the results to a spreadsheet. The issue is It will only write the teat folder to the spreadsheet. Is what I need it to do is skip the 1stt results of test folder and only write the set of record to the spreadsheet, Is there any way to run a select but suppress the output from it.
Cretin