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

@r/3.23/sel000022.result SELECT "a "="A", "A "="a", "a  " <= "A b";