Get random number : random « Math Functions « PostgreSQL






Get random number


postgres=#
postgres=# SELECT random();
      random
-------------------
 0.943210952423145
(1 row)

postgres=#
postgres=#
           
       








Related examples in the same category

1.random(): Returns a pseudo-random value from 0.0 to 1.0