I have a table as below
Rate Effective_Date ---- -------------- 5.6 02/02/2009 5.8 05/01/2009 5.4 06/01/2009 5.8 12/01/2009 6.0 03/15/2009
I believe the above queries are excluding 05/01/2009 by using < and > instead of <= and >=.