On Mon, 15 Dec 2003, Roberts, Mark (Tulsa) wrote:

> I have an order taking system where the tables are store in a MySql database. I need 
> to develop a select statement to output all new orders to a .csv formatted file.
>
> Is this possible to do in MySql. I would try looking this up, however, I am not even 
> sure what to look for in the documentation. Any help that I could get to lead me in 
> the right direction would be appreciated.  Thanks.
>
> Mark Roberts
>
>


http://www.mysql.com/doc/en/SELECT.html

Check out the bit about INTO OUTFILE.

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

Reply via email to