what is the difference between to_char and to_date
functions?
Answer Posted / rajesh
to_char function is used to convert the given data into
character....
eg:to_char(sysdate,'month') which returns month alone...
to_date is used to convert the given data into date data
formate data type....
eg: to_date('070903', 'MMDDYY') would return a date value
of July 9, 2003.
| Is This Answer Correct ? | 138 Yes | 33 No |
Post New Answer View All Answers
What are sql constraints?
What does joining a thread mean?
Can we create index on primary key?
What is rank dense_rank and partition in sql?
What is normalization sql?
differentiate between float and double. : Sql dba
What are tables in sql?
How do I trace sql profiler?
what are the features and advantages of object-oriented programming? : Sql dba
What is sql exception?
What is synonyms?
How is use pl and sql?
How can we connect an Android App to an Oracle database and use the PL/SQL procedural code?
How do I save a sql query?
Is coalesce faster than isnull?