I am using a SQL statement with a Temporary relation, and am getting the error ORA-009933: SQL command not properly ended
ORA-009933: SQL command not properly ended
I don\'t see anything wrong wi
oracle does not support as for table aliases, only for column aliases and they are optional for that use => delete all as keywords ;)
as