how to truncate date and get only time part 9:20:00
Answer Posted / saisivakumar
select <column_name>,to_char (<column_name>,'fmdd month
yyyy fmhh:MI:ss am') from <table_name> where
condition;
Note: i have given for both date and time, pls use as u
want.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
How do I start tns listener?
how to clone 9i Database on to 10g Database.
Explain the function of optimizer in oracle?
How will you write a query to get a 5th rank student from a table student_report?
How to list all user accounts in oracle?
Explain about functional dependency and its relation with table design?
In the oracle version 9.3.0.5.0, what does each number shows?
How to display employee records who gets more salary than the average salary in the department?
How to view the data files in the current database?
Hi Can any one tell me what are the API's used in requisition import.
How to save query output to a local file?
What is the use of aggregate functions in oracle?
How can you merge two tables in oracle?
What is the difference between count (*), count (expression), count (distinct expression)?
What is proxy method?