how to truncate date and get only time part 9:20:00
Answer Posted / parna
select to_char(sysdate,'HH24:MM:SS')from dual;
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What are the different oracle database objects?
How would you configure your networking files to connect to a database by the name of DSS which resides in domain icallinc.com?
What is Reduced List of Values?
Explain the use of control file?
What happens if the imported table already exists?
is there a tool to trace queries, like profiler for sql server?
How to define a record variable to store a table row?
Explain database link?
How to create a new tablespace in oracle?
Explain what does a control file contain?
How to convert numbers to characters in oracle?
What are the different types of synonyms?
What happens internally when the user types userID/password@string in SQL PLUS Thanks-Bhaskar
What do you mean by a deadlock?
Explain the use of record option in exp command.