Main
Tutorial
Manual
Miscellaneous
This command exports data from the database.
usage .export [type] [type options] [path]
The followings are the currently supported export types.
.export csv -c utf-8 file1.csv SELECT * FROM MyTable ORDER BY a;