I just found a bug in SQLite. It says "1: near ")": syntax error". Here's
my SQL query:

CREATE TABLE online_status (
username varchar(255) NOT NULL default '',
timestamp char(14) NOT NULL default '',
)
CREATE INDEX username ON online_status (username);

It returns this error. What does this error mean, and where is the error?
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to