CLUSTER BY
clause (TABLE)mask
clauseROW FILTER
clause更新しました 2025/01/14
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.