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 b3faf8e commit 5bc1fc3Copy full SHA for 5bc1fc3
src/test/java/net/sf/jsqlparser/test/select/SelectTest.java
@@ -2277,4 +2277,8 @@ public void testProblemSqlIssue330_2() throws JSQLParserException {
2277
public void testProblemKeywordCommitIssue341() throws JSQLParserException {
2278
assertSqlCanBeParsedAndDeparsed("SELECT id, commit FROM table1");
2279
}
2280
+
2281
+ public void testProblemSqlIssue352() throws JSQLParserException {
2282
+ assertSqlCanBeParsedAndDeparsed( "SELECT @rowNO from (SELECT @rowNO from dual) r", true);
2283
+ }
2284
0 commit comments