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.
2 parents 37c8313 + 0164bff commit 0f6acc2Copy full SHA for 0f6acc2
src/test/java/net/sf/jsqlparser/test/select/SelectTest.java
@@ -2196,7 +2196,7 @@ public void testTopExpressionIssue243_2() throws JSQLParserException {
2196
assertSqlCanBeParsedAndDeparsed("SELECT TOP (CAST(? AS INT)) * FROM MyTable");
2197
}
2198
2199
- public void testKeywordTop() throws JSQLParserException {
2200
- assertSqlCanBeParsedAndDeparsed("SELECT @top");
+ public void testFunctionIssue284() throws JSQLParserException {
+ assertSqlCanBeParsedAndDeparsed("SELECT NVL((SELECT 1 FROM DUAL), 1) AS A FROM TEST1");
2201
2202
0 commit comments