Primary Key

aedislee

New member
Local time
Today, 13:03
Joined
Feb 12, 2015
Messages
4
morning all

Can someone tell me how to a an AutoNumber Primary Key to a create table query please??

Thanks
 
No I haven't tried anything
 
Like this:

CREATE TABLE t1 (x AUTOINCREMENT PRIMARY KEY, z String NOT NULL);
 

Users who are viewing this thread

Back
Top Bottom