I am a rookie in sql. I am trying to run the below query
Create view ReturnCode as
(
select ret_code, to_char(creation_dt,'DD-MON-YYYY HH24:MI:SS')“Created_Date”,current_timestamp,buff.log.*
from buff.log
WHERE ret_Code= '90'
order by creation_dt
);
Getting the error
must name this expression with a column alias
Please help what I am missing here
"not those typographic ones:“