Notiz
Zougrëff op dës Säit erfuerdert Autorisatioun. Dir kënnt probéieren, Iech unzemellen oder Verzeechnesser ze änneren.
Zougrëff op dës Säit erfuerdert Autorisatioun. Dir kënnt probéieren, Verzeechnesser ze änneren.
Applies to:
Databricks SQL
Databricks Runtime
Returns monotonically increasing 64-bit integers.
Syntax
monotonically_increasing_id()
Arguments
This function takes no arguments.
Returns
A BIGINT.
The generated ID is guaranteed to be monotonically increasing and unique, but not consecutive. The function is non-deterministic, so it may return different values if called multiple times for the same row.
Examples
> SELECT monotonically_increasing_id();
0