Oracle's Sequence in MySQL (no replies)
(MySQL.com) (I guess this goes here)
I want to make something (like a Procedure) that do the same than Oracle's Sequences.
For example, if it's with a Procedure:
call procedureasd(100,200,50,1,1,@a);
100 = Start number
200 = Max number
50 = Min number