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
How is indexing done in search engines?
What is the use of <> sql?
How do I start sql from command line?
What is clustered and nonclustered index in sql?
Why do we need cursor in pl sql?
If a cursor is open, how can we find in a pl/sql block?
Which is better join or subquery?
What is graph sql?
How to write pl sql program in mysql command prompt?
What are the topics in pl sql?
How to rename a column in the output of sql query?
Why do we need a foreign key?
What do we need to check in database testing?
What are the query optimization techniques?
explain the difference between myisam static and myisam dynamic. : Sql dba