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 are expressions?
How does a covering index work?
Which software is used for pl sql programming?
What do you understand by pl/sql records?
Mention what problem one might face while writing log information to a data-base table in pl/sql?
Is pl sql useful?
what is online transaction processing (oltp)? : Sql dba
how to include character strings in sql statements? : Sql dba
What is sqlca in db2?
How do you use a while loop in pl sql?
Why is pl sql needed?
What is set transaction?
What is function and procedure in pl sql?
how do you know the version of your mysql server? : Sql dba
What is a string data type in sql?