shiftright
function
Applies to: Databricks SQL
Databricks Runtime
Returns a bitwise signed right shifted by n
bits.
Arguments
expr
: An INTEGER or BIGINT expression.n
: An INTEGER expression specifying the number of bits to shift.