write a query to display diference between two dates in sql
server
Answer Posted / pushpa
datediff(mm,getdate(),'9/6/1980')
| Is This Answer Correct ? | 9 Yes | 4 No |
Post New Answer View All Answers
How do I delete a trigger?
what's the difference between a primary key and a unique key? : Sql dba
What is form and report?
What is sql profiling in oracle?
Is oracel sql developer written in java?
what is the difference between delete and truncate statement in sql? : Sql dba
What is user defined functions?
What is a left inner join?
What do you mean by query optimization?
what is index? : Sql dba
what is “go” in t-sql? : Transact sql
What is recursive stored procedure?
what is cross join? : Sql dba
What is difference between table and view?
Which is faster joins or subqueries?