IBM® Informix® 12.10

RANDOM function

The RANDOM function uses the seed value to return a random integer.

Syntax

Read syntax diagramSkip visual syntax diagram
>>-DBMS_RANDOM_RANDOM ()---------------------------------------><

This example:
insert into random_test VALUES (0, dbms_random_random());
Returns this output:
1 row(s) inserted.


Examples exchange | Troubleshooting

To find the PDF, see Publications for the IBM Informix 12.10 family of products.
For the release notes, documentation notes, and/or machine notes, see the Release Notes page.