How to make a sequence field

2006-10-08 Thread Alexandre Gonçalves Jacarandá
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 ? Thanks, Alexandre

Re: How to make a sequence field

2006-10-08 Thread Chris White
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