Search Results

0
votes
1answer
163 views

Annoying PhpMyAdmin export feature

I wonder if any other users of PhpMyAdmin for Mysql have come across this niggle? Normally when exporting the results of a sql query, you're given options (eg what format to export in , name of fi …
0
votes

Tricks for generating SQL statements in Excel

Exporting an excel file as csv can be an alternative option (see Bill Krawin's post - as a new poster, I can't add comment yet). However be warned that you will probably have to change the formatti …
0
votes

Advantage to parsing Excel Spreadsheet data vs. CSV?

Remember that if you're importing the csv file directly into Mysql, that you may have problems with the date format (as Mysql uses a different date format to Excel). I find it easier to change the …