how to truncate date and get only time part 9:20:00
Answer Posted / sandeep
select to_char(sysdate,'HH24:MM:SS') from dual;
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
What are the advantages of oracle 12c?
How to generate query output in html format?
What is the fastest query method to fetch data from the table?
What are the restrictions in a oracle read only transaction?
What is a subquery in oracle?
What do you understand by database schema and what does it hold?
Explain the use of full option in exp command.
How to pass a cursor variable to a procedure?
What do you understand by a database object? Can you list a few of them?
Explain the characteristics of oracle dba?
Explain the use of record option in exp command.
In which language oracle has been developed?
How to create a temporary table in oracle?
How to login to the server without an instance?
Compare and contrast between sql and sql server and explain its various functions?