description |
---|
Shifts the bits of the numeric expression to he right. |
- expression1: Integer to shift.
- expression2: The number of bits to shift by.
Examples
{% code title="RSHIFT example" %}
select RSHIFT(1,1)
-- 0
{% endcode %}
- expression1: Integer to shift.
- expression2: The number of bits to shift by.
Examples
{% code title="RSHIFT example" %}
sample call 1
-- sample return 1
{% endcode %}