Re: [PHP] Mysql sequence help (OOT)

2001-05-10 Thread Zak Greant
Sent: Thursday, May 10, 2001 9:41 PM Subject: [PHP] Mysql sequence help (OOT) Hello, Sorry for a litle bit out of topic. But can anyone tell me how to create sequence in mysql? For example, if I have table with column ID, NAME. I want ID to be incremented by one (say starting from 100) everyt

[PHP] Mysql sequence help (OOT)

2001-05-10 Thread Reuben D Budiardja
Hello, Sorry for a litle bit out of topic. But can anyone tell me how to create sequence in mysql? For example, if I have table with column ID, NAME. I want ID to be incremented by one (say starting from 100) everytime I insert a new row to the table. How can I do that in mysql? I'm only use