summaryrefslogtreecommitdiff
path: root/mysql-test/t/sel000021.test
blob: d4d87845415f6d748cfc9e79d04d1fefdc64d91b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# sel000021
#
# Versions
# --------
#   3.22
#   3.23
#
# Description
# -----------
# Strings.
# Testing string comparisons; =, >, >=, <=, <>.
#

@r/sel000021.result SELECT "a"<"b","a"<="b","b">="a","b">"a","a"="A","a"<>"b";