Skip to main content

RAND()

Returns a random floating-point value v in the range 0 <= v < 1.0. To obtain a random integer R in the range i <= R < j, use the expression FLOOR(i + RAND() * (j − i)).

Syntax

RAND()

Examples

SELECT RAND();

┌────────────────────┐
│ rand()
├────────────────────┤
0.5191511074382174
└────────────────────┘
Did this page help you?
Yes
No
Explore Databend Cloud for FREE
Low-cost
Fast Analytics
Easy Data Ingestion
Elastic Scaling
Try it today