+ 1
How can I use auto increment value in primary key in the existing table?
SQL
2 Respuestas
+ 2
Thanks Xyenia.
+ 1
Take a look at the sql syntax here:
https://www.w3schools.com/sql/sql_autoincrement.asp
Also, if you are using phpMyAdmin, through the interface, you can select auto increment for the primary key field.
I think 🤔 the field type has to be numerical for AI (auto increment)