|
Hermes
|
Functions | |
| bigint | hex2int (text hex) |
| float8 | random (float8 frominclusive, float8 toexclusive) |
| real | random (real frominclusive, real toexclusive) |
| bigint | random (bigint frominclusive, bigint toexclusive) |
| integer | random (integer frominclusive, integer toexclusive) |
| smallint | random (smallint frominclusive, smallint toexclusive) |
| timestamp | random (timestamp frominclusive, timestamp toexclusive) |
| bigint hex2int | ( | text | hex | ) |
| float8 random | ( | float8 | frominclusive, |
| float8 | toexclusive | ||
| ) |
| real random | ( | real | frominclusive, |
| real | toexclusive | ||
| ) |
| bigint random | ( | bigint | frominclusive, |
| bigint | toexclusive | ||
| ) |
| smallint random | ( | smallint | frominclusive, |
| smallint | toexclusive | ||
| ) |
| timestamp random | ( | timestamp | frominclusive, |
| timestamp | toexclusive | ||
| ) |