The following errors out:

CREATE TABLE users (
 user#                     INTEGER           NOT NULL,
 name                     VARCHAR(30)   NOT NULL,
 PRIMARY KEY (user#)
)  ;

SQL error: unrecognized token: "#"

It appears that $ is allowed, is there a technical reason why # is ommitted 
from valid tokens? 

Thanks,
Ken




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

Reply via email to