Get started
Load & manage data
Work with data
Administration
Reference & resources
CLUSTER BY
clause (TABLE)mask
clauseROW FILTER
clauseUpdated Feb 18, 2025
BIGINT
type Applies to: Databricks SQL
Databricks Runtime
Represents 8-byte signed integer numbers.
[ + | - ] digit [ ... ] [L]
digit
: Any numeral from 0 to 9.
If the literal is not post-fixed with L
(or l
) and it is within the range for an INT it will be implicitly turned into an INT.