print 0 | 1 | 2 | 4 | 8
print 15 & 0
print 15 & 1
print 15 & 2
print 15 & 4
print 15 & 8
print 15 & 0
print 15 & 1
print 15 & 2
print 15 & 4
print 15 & 8
SELECT bitand(15, 8) from dual;
赞
踩
转载于:https://www.cnblogs.com/RobotTech/archive/2010/12/20/1911117.html
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。