Purpose
Returns the expression target_arg shifted by the specified number of bits (num_bits_arg) to the right. The bits in the least significant positions are lost, and the bits in the most significant positions are filled with zeros.
Syntax
- TD_SYSFNLIB.
- Name of the database where the function is located.
- target_arg
- A numeric or variable byte expression.
- num_bits_arg
- An integer expression indicating the number of bit positions to shift.