Forum Discussion
smcmickle
14 years agoContributor
Hello Kateryna,
I am unsure of your question. Do you want to write what comes out of the SQL statement to a text file? For instance, suppose your statement is the following::
SELECT * FROM Table1
::
Then you would want to display the results of that statement into a txt file, correct?
I am unsure of your question. Do you want to write what comes out of the SQL statement to a text file? For instance, suppose your statement is the following::
SELECT * FROM Table1
::
Then you would want to display the results of that statement into a txt file, correct?