SelectDB Cloud
SQL 手册
函数
bitwise-functions
bitor

bitor

description

Syntax

BITOR(Integer-type lhs, Integer-type rhs)

返回两个整数或运算的结果.

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

example

mysql> select bitor(3,5) ans;
+------+
| ans  |
+------+
|    7 |
+------+

mysql> select bitand(4,7) ans;
+------+
| ans  |
+------+
|    7 |
+------+

keywords

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