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
What is the difference between a primary key & a unique key?
How a tablespace is related to data files?
Can sub procedure/function be called recursively?
How will you identify oracle database software release?
What is the data pump import utility?
What is oracle analytical function?
How to drop an index in oracle?
How to store pictures on to the database?
How to use fetch statement in a loop?
What is an oracle user account?
How would you edit your CRONTAB to schedule the running of /test/test.sh to run every other day at 2PM?
How to find out what oracle odbc drivers are installed?
What are the general rules on data consistency?
Provide an example of a shell script which logs into SQLPLUS as SYS, determines the current date, changes the date format to include minutes & seconds, issues a drop table command, displays the date again, and finally exits.
How to compare dates in oracle sql?