SelectDB Cloud
SQL 手册
函数
bitwise-functions
bitnot

bitnot

description

Syntax

BITNOT(Integer-type value)

返回一个整数取反运算的结果.

整数范围:TINYINT、SMALLINT、INT、BIGINT、LARGEINT

example

mysql> select bitnot(7) ans;
+------+
| ans  |
+------+
|   -8 |
+------+

mysql> select bitxor(-127) ans;
+------+
| ans  |
+------+
|  126 |
+------+

keywords

BITNOT
© 2023 北京飞轮数据科技有限公司 京ICP备2022004029号 | Apache、Apache Doris 以及相关开源项目名称均为 Apache 基金会商标