Is it possible to create sequencen in MySQL and if so, how do I do that?
| SitePoint Sponsor |

Is it possible to create sequencen in MySQL and if so, how do I do that?
no sequences in MYsql, just auto_increment for columns. Which does what it suggests, which may be good enough if all you wanted was a unique incrementing id for a table.
Bookmarks