what is the difference between to_char and to_date
functions?
Answer Posted / madhu
The Simple examples is correct but we take the date in date
format not like sysdate or hiredate.
if u select to_char('some date') and to_date('somedate')
explain with this examples if any one know.
Is This Answer Correct ? | 7 Yes | 6 No |
Post New Answer View All Answers
Can we declare a column having number data type and its scale is larger than pricesionex: column_name number(10,100),column_name numbaer(10,-84)
What is an emotional trigger?
What is consistency?
Is sql dba a good career? : SQL DBA
What is right join sql?
What is coalesce in sql?
Is primary key a clustered index?
Explain isolation levels. : Transact sql
Can we write dml inside a function in sql server?
What is a schema? How is it useful in sql servers?
What are types of exception?
What is record variable?
What is an ndf file?
What is the maximum size of sqlite database?
Is there a pl/sql pragma similar to deterministic, but for the scope of one single sql select?