summaryrefslogtreecommitdiff
path: root/mysql-test/t/sel000010.test
blob: aaf34825f8b98a0779ada7ce7fdc297bfdc75dbf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# sel000010
#
# Versions
# --------
#   3.22
#   3.23
#
# Description
# -----------
# Numeric bitwise comparisons.
# Testing |, &, BIT_COUNT().
#

@r/3.23/sel000010.result SELECT 1 | (1+1),5 & 3,BIT_COUNT(7);