Get rid of the comma at the end of the 'timestamp' line.

Rick



On Aug 8, 2012, at 10:03 PM, Brandon Pimenta wrote:

> 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