Skip to content

Commit 47457ed

Browse files
committed
Updated test
1 parent 92db2d8 commit 47457ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/net/sf/jsqlparser/statement/select/SelectTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2011,7 +2011,7 @@ public void testWithStatement() throws JSQLParserException {
20112011

20122012
@Test
20132013
public void testSubjoinWithJoins() throws JSQLParserException {
2014-
String stmt = "SELECT COUNT(DISTINCT `webProduct`.`id`) FROM (`webProduct`, `base`, `protectedBase`)";
2014+
String stmt = "SELECT COUNT(DISTINCT `tbl1`.`id`) FROM (`tbl1`, `tbl2`, `tbl3`)";
20152015
assertSqlCanBeParsedAndDeparsed(stmt);
20162016
}
20172017

0 commit comments

Comments
 (0)