At 11:06 +0000 3/4/02, Amit Dilip Lonkar wrote:
>Hi
>
>How can I export data, from the database tables in Mysql, to a Comma 
>Seperated File(CSV).

If you have the FILE privilege, you can use SELECT ... INTO OUTFILE.
If you don't, I have a Perl script that can export directly as CSV to a
file on the client host, if you want it.

>
>Urgent
>Amit Lonkar


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to