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

RSS Icon Subscribe to comments

You need to login to post a comment.