Menu

#109 Spaces between table alias, dot and column name not accepted

open
None
5
2015-02-28
2015-02-28
No

The following simple SQL statement fails:

select S . id from sample S

Exception is:

java.sql.SQLException: Syntax error: Encountered " <NAME> "id "" at line 1, column 12.
Was expecting:
    <EOF>

Discussion