Re: **AUTO_INCREMENT Questions**

2002-02-18 Thread DL Neil
Hi Kevin, > I'm converting a database from a filesharing based technology to mySQL. The > database has its own column type called Sequence which is the same as using > the AUTO_INCREMENT property. I'd like to use AUTO_INCREMENT if possible but > I'm not really sure what I can do with it - can any

**AUTO_INCREMENT Questions**

2002-02-18 Thread Kevin Gale
Hi. I'm converting a database from a filesharing based technology to mySQL. The database has its own column type called Sequence which is the same as using the AUTO_INCREMENT property. I'd like to use AUTO_INCREMENT if possible but I'm not really sure what I can do with it - can anybody help with