I'm currently working with a SQLite database in java. But I would like to export all the tables and their data to SQL statements.
I've tried using:
"SELECT * FROM TABLENAMES INTO OUTFILE '...'
But that gives me an error: " near "INTO": syntax error "