----- Rodrigo A. de Brito Bastos <[email protected]> wrote >Hey guys! > >Is there a way to export a table into a txt file but delimited *with comma*? >
Hello! you can use this syntax: select * from ae_a222 where ano=2009 and dia_juliano between '1' and '365' into outfile"C:\\Documents and Settings\\rbastos\\Meus documentos\\teste.txt" fields terminated by ',' -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[email protected]
