View Single Post
  #2 (permalink)  
Old 09-06-10, 13:20
futurity futurity is offline
Registered User
 
Join Date: May 2008
Posts: 270
I'm not sure why elected to not use a DATE data type, but regardless ....

Does this not work?

Code:
select *
from mytable
where (month, day) = (1, 1)
Reply With Quote