Apache Presto - bitwise_xor(x,y)
查询
presto:default> select bitwise_xor(2,3) as bit_xor;
bit_xor --------- 1
这里,第2位和第3位的异或运算为1。
apache_presto_sql_functions.html
presto:default> select bitwise_xor(2,3) as bit_xor;
bit_xor --------- 1
这里,第2位和第3位的异或运算为1。
apache_presto_sql_functions.html
如果您发现内容有误或提出修改建议,请随时向我们发送 E-mail 邮件:
421660149@qq.com
您的建议已发送到 W3schools。