Hi all,
I have table test with fields (ID, Name, Lastname)
ID (number)
Name varchar (15)
Lastname varchar (30)
When I insert record to table I want to be incremented field ID automatically.
Please give me your opinion how can I make ID field autoincrement.
Thanks in advance.
I have table test with fields (ID, Name, Lastname)
ID (number)
Name varchar (15)
Lastname varchar (30)
When I insert record to table I want to be incremented field ID automatically.
Please give me your opinion how can I make ID field autoincrement.
Thanks in advance.
Comment