Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 12.0.1 » UltraLite - 数据库管理和参考 » UltraLite SQL 参考 » UltraLite SQL 元素 » UltraLite 中的运算符

 

位运算符

位运算符在两个表达式间执行位操作。可在 UltraLite 中将以下运算符用于整型数据类型。

运算符 说明

&

逐位与

|

逐位或

^

逐位异或

~

逐位非

位运算符 &、| 和 ~ 与逻辑运算符 AND、OR 和 NOT 不能互换。位运算符使用值的位表示形式运算整数值。

 示例