[Asterisk-Users] Tool for mysql

Leo Ann Boon leo at innovax.com.sg
Sat Mar 19 16:38:52 MST 2005



Ronald Wiplinger wrote:

> I finished my setup for ASTCC and I am looking for a tool to convert a 
> mysql table to excel and back.

Try this in MySQL

select * into outfile '/tmp/out.csv' fields terminated by ',' optionally 
enclosed by '"' lines terminated by '\n' from tbl_test;



More information about the asterisk-users mailing list