Skip to content

Commit 62a32d7

Browse files
committed
test: ILIKE without wildcards
1 parent b5da650 commit 62a32d7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

datafusion/sqllogictest/test_files/strings.slt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,12 @@ p1
115115
p1e1
116116
p1m1e1
117117

118+
query T rowsort
119+
SELECT s FROM test WHERE s ILIKE 'p1';
120+
----
121+
P1
122+
p1
123+
118124
# NOT ILIKE
119125
query T rowsort
120126
SELECT s FROM test WHERE s NOT ILIKE 'p1%';

0 commit comments

Comments
 (0)