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 assign a table row to a record variable?
What is the difference between "as" and "is" in an oracle stored procedure?
what is partitioning? Types of partitioning. explain? what is the new kind of partitioning type introduced in 9i?
What is recovery manager in Oracle?
Why does for update in oracle 8 cause an ora-01002 error?
How to call a stored function with parameters?
What is tns entry?
What do you understand by database schema and what does it hold?
What is translate in oracle?
src name sex a,male b,female c,male d,female Required output : male female a,b c,d tried pivot but was not successfull select * from src pivot (max(name) for sex in ('MALE','FEMALE'));
how can db_files > maxdatafiles since db_files is for instance and the later is for database
How to connect the oracle server as sysdba?
Will you be able to store pictures in the database?
What is index-organized table in Oracle?
Explain the use of owner option in exp command.