SQL Command not properly ended?

前端 未结 2 1514
长情又很酷
长情又很酷 2020-12-07 01:37

I am using a SQL statement with a Temporary relation, and am getting the error ORA-009933: SQL command not properly ended

I don\'t see anything wrong wi

2条回答
  •  情歌与酒
    2020-12-07 01:52

    oracle does not support as for table aliases, only for column aliases and they are optional for that use => delete all as keywords ;)

提交回复
热议问题