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 8036edd commit f5b515bCopy full SHA for f5b515b
src/test/java/net/sf/jsqlparser/test/select/SelectTest.java
@@ -2067,4 +2067,8 @@ public void testTableFunctionWithAlias() throws Exception {
2067
assertEquals("z", fromItem.getAlias().getName());
2068
assertStatementCanBeDeparsedAs(select, statement);
2069
}
2070
+
2071
+ public void testIssue151_tableFunction() throws JSQLParserException {
2072
+ assertSqlCanBeParsedAndDeparsed("SELECT * FROM tables a LEFT JOIN getdata() b ON a.id = b.id");
2073
+ }
2074
0 commit comments