Shifts the bits of the numeric expression to he right.
expression1: Integer to shift.
expression2: The number of bits to shift by.
Examples
select RSHIFT(1,1) -- 0
sample call 1 -- sample return 1