Your, Monday, April 15, 2002, 2:40:54 PM, you wrote: YN> Is it possible to create a new table from the results of a query, or YN> export the result directly to a file (txt, csv, excel or alike) using YN> MySQL? How is it done?
Yes, it's possible. You can use CREATE .. SELECT statement for creating new table, look at: http://www.mysql.com/doc/C/R/CREATE_TABLE.html Take a look at SELECT INTO OUTFILE statement, for writing selected rows to a file: http://www.mysql.com/doc/S/E/SELECT.html YN> Thanks YN> Renger -- For technical support contracts, goto https://order.mysql.com/ This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ ____ __ / |/ /_ __/ __/ __ \/ / Victoria Reznichenko / /|_/ / // /\ \/ /_/ / /__ [EMAIL PROTECTED] /_/ /_/\_, /___/\___\_\___/ MySQL AB / Ensita.net <___/ www.mysql.com --------------------------------------------------------------------- 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