CLUSTER BY
clause (TABLE)mask
clauseROW FILTER
clause更新しました 2024/11/04
>=
(gt eq sign) operator Applies to: Databricks SQL Databricks Runtime
Returns true
if expr1
is greater than or equal to expr2
, or false
otherwise.
expr1
: An expression of any comparable type.
expr2
: An expression sharing a least common type with expr1
.