You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the [docs], MySQL supports `<<` and `>>` operators. They
are currently named `PGBitwiseShiftLeft` and `PGBitwiseShiftRight`,
respectively, so the name is a bit misleading, but doesn't see worth
changing at the moment.
[docs]: https://dev.mysql.com/doc/refman/8.4/en/bit-functions.html
0 commit comments