Requires Free Membership to View
The answer depends too much on which database you're using. Standard SQL provides for an INTERVAL data type, but apparently only Oracle implements it (and I have not experimented with it).
More typical is that you will want to use whatever date functions may be supplied by your database, such as DATEADD() and DATEDIFF(). If you have a problem with a specific SQL query, please ask another question and mention which database you're using.
For More Information
- What do you think about this answer? E-mail the edtiors at editor@searchDatabase.com with your feedback.
- The Best SQL Web Links: tips, tutorials, scripts, and more.
- Have an SQL tip to offer your fellow DBAs and developers? The best tips submitted will receive a cool prize. Submit your tip today!
- Ask your technical SQL questions -- or help out your peers by answering them -- in our live discussion forums.
- Ask the Experts yourself: Our SQL, database design, Oracle, SQL Server, DB2, metadata, object-oriented and data warehousing gurus are waiting to answer your toughest questions.
This was first published in April 2002
Join the conversationComment
Share
Comments
Results
Contribute to the conversation