RANDINT
This page describes the RANDINT function in Lenses SQL.
RANDINT()Processors
SQL Studio
USE `kafka`;
SELECT RANDINT()
FROM numbers-data
LIMIT 1;{
"value": {
"RANDINT": 395069592
}
}Last updated
Was this helpful?
This page describes the RANDINT function in Lenses SQL.
RANDINT()Returns a random integer.
Available in:
✓
✓
Sample code:
USE `kafka`;
SELECT RANDINT()
FROM numbers-data
LIMIT 1;Output:
{
"value": {
"RANDINT": 395069592
}
}Last updated
Was this helpful?
Was this helpful?

