>>
Syntax
value1 >> value2
Description
Converts a longlong (BIGINT) number (value1) to binary and shifts value2 units to the right.
Examples
SELECT 4 >> 2; +--------+ | 4 >> 2 | +--------+ | 1 | +--------+
See Also
This page is licensed: GPLv2, originally from fill_help_tables.sql
Last updated
Was this helpful?