mysql / excel q
mysql / excel q
Out of context: Reply #3
- Started
- Last post
- 5 Responses
- justjeff0
Both can use CSVs. For mysql -> Excel, dump it with your favorite programming language, write to CSV. Then use LOAD DATA to get back into MySQL.
Both can use CSVs. For mysql -> Excel, dump it with your favorite programming language, write to CSV. Then use LOAD DATA to get back into MySQL.