SQLite version: 3.24.0
System info: macOS 10.13.6 

The following SQL commands results an error of "Error: near ".": syntax error”. 
However the command can proceed within the main database. 

ATTACH DATABASE ‘/Users/***/test.db' AS dbondisk;
CREATE INDEX diskIndex on dbondisk.TestTable (Parent)


_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to