INTEGER PRIMARY KEY AUTOINCREMENT , Some help...
#5

Your syntax is incorrect, try this:

PHP Code:
mysql_query("CREATE TABLE users (Key int NOT NULL AUTO_INCREMENT, PRIMARY KEY(Key))"); 
EDIT: Whoops sorry didn't see it was SQLite :/
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)