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 use "for" statements in oracle?
Whether any commands are used for months calculation? If so, what are they?
Does facebook use oracle?
How to declare a local variable?
How to start your 10g xe server from command line?
What are the numeric comparison operations?
Write a syntax for update query in oracle?
Database crashes. Corruption is found scattered among the file system neither of your doing nor of Oracles. What database recovery options are available? Database is in archive log mode.
How to get a list of all user accounts in the database?
What is oracle instant client?
Whats the benefit of dbms_stats over analyze?
I have a table called 'test' on source and target with same name, structure and data type but in a different column order. How can you setup replication for this table?
What is bulk load in oracle?
How to convert characters to times in oracle?
What happens internally when the user types userID/password@string in SQL PLUS Thanks-Bhaskar