取会员生日

 

select Username,Email from UserInfo
 
where Month(Birthday)=Month(getdate()) and Day(Birthday)=Day(getdate()) and Mailok=1

 

 

posted @ 2010-08-23 14:51  lear  阅读(153)  评论(0)    收藏  举报