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 2810130 commit e902410Copy full SHA for e902410
src/test/java/net/sf/jsqlparser/test/select/SelectTest.java
@@ -1838,7 +1838,7 @@ public void testSelectOracleColl() throws JSQLParserException {
1838
public void testSelectInnerWith() throws JSQLParserException {
1839
assertSqlCanBeParsedAndDeparsed("SELECT * FROM (WITH actor AS (SELECT 'a' aid FROM DUAL) SELECT aid FROM actor)");
1840
}
1841
-
+
1842
public void testSelectWithinGroup() throws JSQLParserException {
1843
assertSqlCanBeParsedAndDeparsed("SELECT LISTAGG(col1, '##') WITHIN GROUP (ORDER BY col1) FROM table1");
1844
0 commit comments