sql query - mySQL
Hi there
can anyone tell me what the syntax of the query is when creating a table and you want a sequential, ascending identifier as one column?
This is somehthing like the identity property in SQLServer, but i want to implement this in MySQL..
any help appreciated, cheers,
MB
[316 byte] By [
Shellers] at [2007-9-26 7:05:09]

If you have already downloaded mySQL, look in the documentation. There is a huge HTML file that explains their implementation of SQL. Oh never mind, I'll do it for you... it's under the heading 1.4.1 MySQL Extensions to ANSI SQL92, where it mentions the field attribute AUTO_INCREMENT.