use DBI; my $mysql_dbh = DBI->connect( ... mysql_dsn); my $csv_dbh = DBI->connect( ... csv_dsn); my $mysql_sth = $mysql_dbh->prepare( ...mysql_select_sql); $mysql_sth->execute; $csv_dbh->do("CREATE TABLE excelsheet AS IMPORT(?)",{},$mysql_sth);
In reply to Re: mysql dump in excel format
by jZed
in thread mysql dump in excel format
by cynosure
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |