Quote:
Originally posted by shaan999
Hi,
I want to write the data selected from SELECT statement to a text file. I am using informix database 9.3. Is there a command in Informix to do this.
|
Hi,
Run from dbaccess utility, then Query -> New ->
output to "/path/filename"
select ........
Gustavo.