J
J
Jadinka2015-06-01 15:04:33
SQL
Jadinka, 2015-06-01 15:04:33

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

1 answer(s)
A
Alexander, 2015-06-01
@wiggle

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 your question

Ask a Question

731 491 924 answers to any question