I execute: sqlite3 -init mydata.sql mydb
with the following line in mydata.sql:
DROP TABLE IF EXISTS [Album];
I get the following error:
Error: next to line 1: next to "DROP": syntax error
I almost destroyed the input file, and I always get this syntax error message no matter what command I enter and always on line 1. It looks like he thinks there is some unusual character, but I see that it can Any thoughts?
Robert Lewkovich
source share