Skip to content

Commit 55b8e7a

Browse files
committed
1 parent 45132a7 commit 55b8e7a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1721,6 +1721,10 @@ public void testSelectWithBrackets2() throws JSQLParserException {
17211721
assertSqlCanBeParsedAndDeparsed("(SELECT 1)");
17221722
}
17231723

1724+
public void testSelectWithoutFrom() throws JSQLParserException {
1725+
assertSqlCanBeParsedAndDeparsed("SELECT footable.foocolumn");
1726+
}
1727+
17241728
public void testSelectKeywordPercent() throws JSQLParserException {
17251729
assertSqlCanBeParsedAndDeparsed("SELECT percent FROM MY_TABLE");
17261730
}

0 commit comments

Comments
 (0)