Guest_imported
New member
- Jan 1, 1970
- 0
I want to create a table in wich its primary key will be auto incremented.
I tried
CREATE TABLE table_name (id INT, name TEXT, PRIMATY KEY id AUTO_INCREMENT);
but that doesn´t work.
I tried
CREATE TABLE table_name (id INT, name TEXT, PRIMATY KEY id AUTO_INCREMENT);
but that doesn´t work.