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
What is the quickest way to export a table to a flat file?
Select all the employees who were hired in last 2 years and who works in dept where max managers are working.
how do we code triggers , store procedure , Performance tuning and indexing in a Java Project? Pls kindly get me the perfect answer with the code for each....thank you in advance............pls any body kindly help me soon as possible....
How to create a new table by selecting rows from another table?
What is a cursor variable?
20. Using a set operator, display the client number of all clients who have never placed an order.
What is a nested table and how is it different from a normal table?
What is backup in Oracle?
What is the difference between substr & instr functions?
How to write a query with a right outer join in oracle?
What is the maximum number of triggers that can be applied to a single table?
What are the advantages of oracle?
What is the difference between substr and instr?
What are the limitations oracle database 10g xe?
What is a trace file and how is it created in oracle?