Jinghua Tang wrote:
> 
>   It is a newbie question. I am wondering if there is a way to write
> out a table in plain text form. Thank you in advance!

select [select_options] select_list
        [into outfile 'file_name' export_options]
        [from tbl_list]
        [where where_expr]
        [group by column_list]
        [having where_expr]
        [order by {unique_integer | col_name | formula} [asc | desc],
...]
        [limit [offset, ] rows]

> 
>   Jinghua
> 
> <<>><<>><<>><<>><<>><<>><<>><<>><<>><<>><<>><<>><<>><<>><<>><<>><<>><
> Jinghua Tang, Ph.D.                       Phone:  858-784-8647(o)
> Department of Molecular Biology, MB-31            858-268-9321(h)
> The Scripps Research Institute            Fax:    858-784-8660
> 10550 North Torrey Pines Road             E-mail: [EMAIL PROTECTED]
> La Jolla, CA 92037                    http://www.scripps.edu/~jinghua
> <<>><<>><<>><<>><<>><<>><<>><<>><<>><<>><<>><<>><<>><<>><<>><<>><<>><
> 
> ---------------------------------------------------------------------
> 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

---------------------------------------------------------------------
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