What will be the output of this Query?
select to_char(trunc(add_months(sysdate-3),mm),mm/dd/yyyy) from dual
Answer Posted / welcomeashwin
ORA-00909 invalid number of arguments
Cause: An Oracle function was referenced with an incorrect
number of arguments. All Oracle functions, except for
SYSDATE, require at least one argument.
Action: Correct the syntax of the function by entering the
required number of arguments.
| Is This Answer Correct ? | 33 Yes | 3 No |
Post New Answer View All Answers
What is number function in sql?
explain primary keys and auto increment fields in mysql : sql dba
What is a left join?
Does view contain data?
What is trigger point?
What is sql used for?
What do you think about pl/sql?
Why sql query is slow?
What is the difference between cross join and natural join?
What are system versioned tables?
What is linq to sql?
What is cursor explain with example?
What is difference between pl and sql?
Can we insert in sql function?
Is sql difficult?