I think you are looking for something like:

create table namelist (ID int not null auto_increment, name char(60), ...);

?!?

Cheers, Nessi


>At 15:21 04/07/01 , you wrote:
>>I move from MDB to mySQL, I got a question concern how to create a auto 
>>digital number field in mysql table,
>>
>>create table namelist ( name char(60), ID auto, date date());
>


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to