what is the difference between to_char and to_date
functions?
Answer Posted / jacob
try this out
select to_char(sysdate,' Day "," DDsp"th " Month Year') from
dual
this gives the day,date,month,year of the current date
| Is This Answer Correct ? | 43 Yes | 15 No |
Post New Answer View All Answers
What is the advantage of index in sql?
how can we take a backup of a mysql table and how can we restore it. ? : Sql dba
What is sql rowcount?
How can use stored procedures in sql?
What is a Mapplet?
How to avoid using cursors? What to use instead of cursor and in what cases to do so?
What is pl sql architecture?
Differentiate between sga and pga.
Why stored procedure is better than query?
how many columns can be used for creating index? : Sql dba
What is sql and its types?
Explain mutating table error.
What is tuple in sql?
What is character functions?
Explain how can you save or place your msg in a table?