Hi!

On Feb 10, Konrad Kieling wrote:
> hi,
> is there a simple way (ie without creating and deleting datasets in an 
> extra table) to use an auto_increment id field in several tables. no 
> table has to have all ids, so i cannot use the field of a master table 
> in childs. it seems one can use a sequence in postgresql in different 
> tables. is it possible in a similar way?

Try UUID() function
 
Regards,
Sergei

-- 
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /   Sergei Golubchik <[EMAIL PROTECTED]>
 / /|_/ / // /\ \/ /_/ / /__  MySQL AB, Senior Software Developer
/_/  /_/\_, /___/\___\_\___/  Osnabrueck, Germany
       <___/  www.mysql.com

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

Reply via email to