[EMAIL PROTECTED] wrote:
> Hi, i have several databases with same structure on several hosts, and
> want them to generate globaly unique ids.

Then random() function generates 64-bits of high-quality
randomness that you can use for a ID.  Such IDs will be
unique with a very high probability, depending on how 
many rows of data you have.
--
D. Richard Hipp   <[EMAIL PROTECTED]>

Reply via email to