I want to use a WHERE CLAUSE with the AND operator to find dates between 2015-03-01 and 2015-03-31 in a column. This is the line i am using but it returns nothing and I know there is data matchiung. WHERE Slot = 2 and ExpiratinoDate > 2015-03-01
and < 2015-03-31 What is wrong with that statement