Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
wumpz committed Sep 7, 2015
1 parent 2810130 commit e902410
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1838,7 +1838,7 @@ public void testSelectOracleColl() throws JSQLParserException {
public void testSelectInnerWith() throws JSQLParserException {
assertSqlCanBeParsedAndDeparsed("SELECT * FROM (WITH actor AS (SELECT 'a' aid FROM DUAL) SELECT aid FROM actor)");
}

public void testSelectWithinGroup() throws JSQLParserException {
assertSqlCanBeParsedAndDeparsed("SELECT LISTAGG(col1, '##') WITHIN GROUP (ORDER BY col1) FROM table1");
}
Expand Down

0 comments on commit e902410

Please sign in to comment.