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 to use subqueries with the exists operator in oracle?
List the parts of a database trigger.
What do the 9i dbms_standard.sql_txt() and dbms_standard.sql_text() procedures do?
What is a sub query? Describe its types?
How to pass parameters to procedures in oracle?
What are the uses of linked server and explain it in detail?
How to run create database statement again?
A table t is there.If you perform insert ,update and delete then the trigger will fire.What is the minimum no of trigger required for a table.
Explain the importance of .pll extension in oracle?
What are joins, explain all types of joins?
Name the three major set of files on disk that compose a database in Oracle?
Explain a synonym?
Please explain oracle left join with an example?
In what script is snap$ created? In what script is the scott/tiger schema created?
What is max rowid in oracle?