Categories
What program to use to convert sql to csv?
I have a large database and to make it easier to work with it, I need a utility that converts from sql to csv on a PC. Google didn't find anything similar.
Answer the question
In order to leave comments, you need to log in
mysql -B -uroot -p1111 -e 'SELECT * FROM books' test, where the -B switch specifies the form of the output.
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question