[snip]
I would like to create a sequence object in mysql that I could use in
multiple tables through a application I am developing.
 
Could someone please send my the syntax of how to create a simple
sequence that starts at 1 increments by 1. 
[/snip]

Are you talking about auto-increment?
http://dev.mysql.com/doc/mysql/en/example-AUTO_INCREMENT.html

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to