Don't forget ouput with spaces/tabs/quotes etc.......

The more adventurous solution....
use perl
use DBI
use DBD:CSV    (or Text::CSV_XS)
use DBD:mysql

then just take the output of the select and insert into the CSV


Matthew

On Thu, 3 Jul 2003, Jeff McKeon wrote:

> Is there a way to output the results of a select query into a CSV or
> Comma Deliminated format?
>
> Thanks,
>
> Jeff McKeon
> IT Manager
> Telaurus Communications LLC
> [EMAIL PROTECTED]
> (973) 889-8990 ex 209
>
> ***The information contained in this communication is confidential. It
> is intended only for the sole use of the recipient named above and may
> be legally privileged. If the reader of this message is not the intended
> recipient, you are hereby notified that any dissemination, distribution
> or copying of this communication, or any of its contents or attachments,
> is expressly prohibited. If you have received this communication in
> error, please re-send it to the sender and delete the original message,
> and any copy of it, from your computer system. Thank You.***
>
>
> --
> MySQL General Mailing List
> For list archives: http://lists.mysql.com/mysql
> To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]
>
>



-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to