select BitAnd(2,1) from acctuser -- 结果:0 2的二进制码:10 1的二进制码:01 与操作=0 相关文章: 2021-11-23 2021-09-15 2021-10-04 2021-06-30 2021-05-23 2022-02-09