Re: ----??? Random ???

From: Joel Burton <jburton(at)scw(dot)org>
To: macky <macky(at)edsamail(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: ----??? Random ???
Date: 2001-07-31 14:45:18
Message-ID: Pine.LNX.4.21.0107311044460.30379-100000@olympus.scw.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On Tue, 31 Jul 2001, macky wrote:

> i want to populate a column with unique random numbers.... is there a
> function rhat gives me random unique numbers....??

Yes. Try

\df rand

in psql

(find all the functions that start with "rand")

and you'll find it.

--
Joel Burton <jburton(at)scw(dot)org>
Director of Information Systems, Support Center of Washington

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Richard Huxton 2001-07-31 14:54:15 Re: Get name of columns in a table
Previous Message Neal Lindsay 2001-07-31 14:25:03 Dividing (and rounding) a date?