Archive for May, 2007

May 16, 2007 3

Selecting into a CSV file in MySQL

By morgamic in Mozilla, Technology

Often times you’ll get requests for a CSV dump of something in your database. From the CLI, I often just run a SELECT statement by hand to see what it is that I want then I get stuck thinking, “now how do I get this to CSV again?”.
Selecting into a CSV outfile isn’t hard, [...]