hotfix: updated description of sql random function

pull/4776/head
Scott Anderson 2023-03-02 19:00:52 -07:00
parent 6914ffe336
commit f65bc387c5
1 changed files with 1 additions and 1 deletions

View File

@ -441,7 +441,7 @@ SELECT power(temp, hum * .1) AS power FROM home LIMIT 3
## random
Returns a random float value.
Returns a random float value between 0 and 1.
The random seed is unique to each row.
```sql