summaryrefslogtreecommitdiff
path: root/mysql-test/t/sel000029.test
blob: 015b15de1a30011c9c27a39604c10da5950bc7d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# sel000029
#
# Versions
# --------
#   3.22
#   3.23
#
# Description
# -----------
# Strings.
# Testing string comparisons; NOT, AND, OR, !, &&, ||.
#

@r/sel000029.result SELECT !0,NOT 0=1,!(0=0),1 AND 1,1 && 0,0 OR 1,1 || NULL, 1=1 OR 1=1 AND 1=0;