ORA-00998: must name this expression with a column alias
733431Mar 1 2010 — edited Mar 1 2010Dear all,
Am creating a table like below :
create table analytics_Sq.tmp_incalls_mar1 as
SELECT TRUNC (transdate) AS transdate, calltype c.. query cont.
when am executing am getting the error :ORA-00998: must name this expression with a column alias
What do I have to do