blob: 68a713d4baaf5186fd187ad7940daf2b50e63417 (
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/sel000022.result SELECT "a "="A", "A "="a", "a " <= "A b";
|