blob: 58aa1b28953d536cb74be5c254cf00e7a384160b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# sel000028
#
# Versions
# --------
# 3.22
# 3.23
#
# Description
# -----------
# Strings.
# Testing string comparisons; REGEXP, CONCAT().
#
@r/sel000028.result SELECT "aba" REGEXP CONCAT("^","a");
|