On Feb 5, 2012, at 2:52 PM, Simon Slavin wrote:

> Can you show us the CREATE statement for the table ? 


CREATE TABLE Tweets(TweetID INTEGER PRIMARY KEY, UserID INTEGER, Text TEXT)
CREATE TABLE Users(UserID INTEGER PRIMARY KEY, UserName TEXT)
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to