On Monday 09 October 2006 09:39, Alexandre Gonçalves Jacarandá wrote:
> Hello everybody, I need a little tip to do this: in postgresql we can
> create sequence numbers and them assign sequence numbers from several
> others tables make a reference to this sequence number using nextval.
> How can I do this in mysql ?

I did somewhat of a mock sequence generator using stored procedures:

http://www.gen2net.net/articles/mysql-stored-procedures

hope that helps.
-- 
Chris White
PHP Programmer
Interfuel

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

Reply via email to