Hi expert,
I use Sybase IQ 15.4.
I want to export one row data with set temporary TEMP_EXTRACT_NAME.... like this sql
select '9999' from dummy;
or
select '9999' from iqdummy; (phygical table)
or
select '9999';
All of them did not make the data file. I know that system table can't export. In this case , how do i can export data? Is there any other way to extract?
Thank you in advance.