.export

This command exports data from the database.

Syntax

usage .export [type] [type options] [path]

The followings are the currently supported export types.

Example

.export csv -c utf-8 file1.csv
SELECT * FROM MyTable ORDER BY a;

See Also