Forums

This topic is locked

AutoNumber at MySql

Posted 15 May 2002 10:23:34
1
has voted
15 May 2002 10:23:34 agoes Setiawan posted:
What is the same Type with AutoNumber (Ms Access) at MySql ?

Replies

Replied 16 May 2002 14:09:20
16 May 2002 14:09:20 Julio Taylor replied:
yes.

it's called auto_increment, and you can apply it to a new table like so:

CREATE TABLE fieldname (FieldName TINYINT (3) AUTO_INCREMENT)

i hope it helps

- Julio

P.S. i killed kenny

Reply to this topic