Monday, August 29, 2011

BETWEEN

There is a BETWEEN Operator in SQL which allows for use like so:

SELECT * FROM employee WHERE Start_Date BETWEEN '1-1-82' AND '12-31-06'

No comments:

Post a Comment