We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e02754d commit 7f388b1Copy full SHA for 7f388b1
x-pack/plugin/esql/qa/testFixtures/src/main/resources/where-like.csv-spec
@@ -875,10 +875,11 @@ emp_no:integer |first_name:keyword
875
10055 |Georgy
876
;
877
878
-rlikeWithLowerTurnedInsensitiveUnicode#[skip:-8.18.99]
+rlikeWithLowerTurnedInsensitiveUnicode#[skip:-8.12.99]
879
FROM airport_city_boundaries
880
| WHERE TO_UPPER(region) RLIKE ".*Л.*" and abbrev == "FRU"
881
| KEEP region
882
+| LIMIT 1
883
884
885
region:text
0 commit comments