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 6584f4c commit 1452360Copy full SHA for 1452360
src/test/java/net/sf/jsqlparser/test/select/SelectTest.java
@@ -2686,8 +2686,4 @@ public void testIssue522_3() throws JSQLParserException {
2686
public void testIssue522_4() throws JSQLParserException {
2687
assertSqlCanBeParsedAndDeparsed("SELECT CASE a + b WHEN -1 * 5 THEN 1 ELSE CASE b + c WHEN -1 * 6 THEN 2 ELSE 3 END END");
2688
}
2689
-
2690
- public void testIssue423() throws JSQLParserException {
2691
- assertSqlCanBeParsedAndDeparsed("SELECT * FROM (tab)");
2692
- }
2693
0 commit comments