On Thu, 21 Oct 1999, Rodrigo Bernardo Pimentel wrote:
> I recently had to port a script from using Postgres to MySQL.
> In Postgres, when I have to use a unique id, I create a sequence
In Postgres, you can use "serial" column type. In MySQL, it is
"auto_increment".
Oleg.
---- Oleg Broytmann http://members.xoom.com/phd2/ phd2@earthling.net Programmers don't die, they
justGOSUB without RETURN.