SQLite User Forum

.import syntax error on colon character in table name
Login
Please update to [check-in ce97b56d63d6e03b](src:ce97b56d63d6e03b) or later
and then quote the table name in the ".import" command like this:

~~~~
   .import file.csv "track:someidthere"
~~~~