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 92db2d8 commit 47457edCopy full SHA for 47457ed
src/test/java/net/sf/jsqlparser/statement/select/SelectTest.java
@@ -2011,7 +2011,7 @@ public void testWithStatement() throws JSQLParserException {
2011
2012
@Test
2013
public void testSubjoinWithJoins() throws JSQLParserException {
2014
- String stmt = "SELECT COUNT(DISTINCT `webProduct`.`id`) FROM (`webProduct`, `base`, `protectedBase`)";
+ String stmt = "SELECT COUNT(DISTINCT `tbl1`.`id`) FROM (`tbl1`, `tbl2`, `tbl3`)";
2015
assertSqlCanBeParsedAndDeparsed(stmt);
2016
}
2017
0 commit comments