inca / circumflex

[UNMAINTAINED] Circumflex — lightweight Scala-based Web application framework and ORM
http://circumflex.ru
Other
164 stars 35 forks source link

oracle select syntax error #89

Closed roymax closed 11 years ago

roymax commented 11 years ago

in oracle, table_name alias is Not followed by "AS"

correct:

SELECT * FROM table_name t

wrong:

SELECT * FROM table_name AS t
inca commented 11 years ago

Thank you very much for your contribution!