Return to Snippet

Revision: 49040
at July 14, 2011 12:01 by lostumbrellas


Updated Code
select my_columns
from my_table
where mu_condition
\g /path/name

Revision: 49039
at July 14, 2011 11:52 by lostumbrellas


Initial Code
select values
from table
where condition
\g /file/path/name

Initial URL

                                

Initial Description

                                

Initial Title
Exporting SQL results to a file

Initial Tags

                                

Initial Language
SQL