Exporting SQL results to a file


/ Published in: SQL
Save to your folder(s)



Copy this code and paste it in your HTML
  1. SELECT my_columns
  2. FROM my_table
  3. WHERE mu_condition
  4. \g /path/name

Report this snippet


Comments


You need to login to view comments.