Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

ORA-00998: must name this expression with a column alias

733431Mar 1 2010 — edited Mar 1 2010
Dear 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
This post has been answered by Prazy on Mar 1 2010
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 29 2010
Added on Mar 1 2010
6 comments
31,328 views