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 f76cf79 commit 8ec8c6aCopy full SHA for 8ec8c6a
x-pack/plugin/esql/qa/testFixtures/src/main/resources/string.csv-spec
@@ -1627,6 +1627,21 @@ inner_width:integer | centered_title:keyword
1627
20 | < Title >
1628
;
1629
1630
+spaceNumberFromIndex
1631
+required_capability: space
1632
+FROM employees
1633
+| EVAL s = CONCAT("<",SPACE(languages),">")
1634
+| WHERE emp_no < 10005
1635
+| SORT emp_no
1636
+| KEEP emp_no, languages, s;
1637
+
1638
+emp_no:integer | languages:integer | s:keyword
1639
+10001 | 2 | < >
1640
+10002 | 5 | < >
1641
+10003 | 4 | < >
1642
+10004 | 5 | < >
1643
+;
1644
1645
spaceZero
1646
required_capability: space
1647
ROW s = SPACE(0);
0 commit comments