how to truncate date and get only time part 9:20:00
Answer Posted / kumar.t
Select Convert(varchar,getdate(),114) As DateTime
It is Only Run In Sql Server2000
By
Kumar .T
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How to insert a new row into a table in oracle?
How will you differentiate between varchar & varchar2?
How to write numeric literals in oracle?
What are set operators?
How to execute a stored procedure in oracle?
What is different types of joins?
What is Data Dictionary Cache in Oracle?
How to retrieve data from an cursor to a record?
How to create a new tablespace in oracle?
defination of bitmap index
How to export several tables together?
How do I connect to oracle database?
Explain how you would restore a database using RMAN to Point in Time?
How to check your oracle database 10g xe installation?
How do we display rows from the table without duplicates?