<
(lt sign) operator
Applies to: Databricks SQL Databricks Runtime
Returns true
if expr1
is less than expr2
, or false
otherwise.
Arguments
expr1
: An expression of any comparable type.expr2
: An expression that shares a least common type withexpr1
.