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 875f769 commit d9da64bCopy full SHA for d9da64b
src/test/java/net/sf/jsqlparser/statement/select/SelectTest.java
@@ -4354,6 +4354,6 @@ public void testExistsKeywordIssue1076() throws JSQLParserException {
4354
4355
@Test
4356
public void testExistsKeywordIssue1076_1() throws JSQLParserException {
4357
- assertSqlCanBeParsedAndDeparsed("SELECT EXISTS (SELECT mycol FROM mytable)");
+ assertSqlCanBeParsedAndDeparsed("SELECT mycol, EXISTS (SELECT mycol FROM mytable) mycol2 FROM mytable");
4358
}
4359
0 commit comments