Answer Posted / tp
select * from table1 where date between dateadd(yy,-
5,getdate()) and getdate()
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
can an automatic recovery be initiated by a user? : Sql server administration
What are magic tables in sql server?
What are user defined functions in ms sql server?
When we should use and scope of @@identity?
How does using a separate hard drive for several database objects improves performance right away?
Write a SQL query to make a column as unique?
How do I make a resultset scrollable?
Do you know how to send email from database?
What is best institute to Learn DotNET And SQL in chennai?
Why do we need different type of parameter?
How to locate and take substrings with charindex() and substring() functions?
Explain what is the difference between a local and a global temporary table?
What command do we use to rename a db, a table and a column?
How many types of schemas are there?
How to concatenate two strings in SQL Server.