sqlite> create virtual table if not exists words using fts3  (f1 );
Error: near "not": syntax error
sqlite> create  table if not exists U (w1 );
sqlite>

Different syntax?  virtual tables don't persist?
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to