write a query to display diference between two dates in sql
server
Answer Posted / jayesh l lolariya
select datediff(dd,'03-03-2008',getdate()) as dataDiff
| Is This Answer Correct ? | 7 Yes | 3 No |
Post New Answer View All Answers
Can function return multiple values in sql?
Can a table have no primary key?
how does a local variable is defined using t-sql? : Transact sql
What are sql commands?
What is input buffer in sql*plus?
What is the difference between row level and statement level trigger?
How to execute a stored procedure?
What is inner join in sql?
Can ddl statements be used in pl/sql?
what are myisam tables? : Sql dba
What is a temp table?
What do you mean by query optimization?
what is schema? : Sql dba
Can you do multiple joins in sql?
name 3 ways to get an accurate count of the number of records in a table? : Sql dba