I have a members table in MySql, here members date of birth is NOT date type but CHAR(10) with british date format (i.e. dd/mm/yyyy). I want to build a query that can list members whose birhdays are within this week (today and next 6 days). I can not change dob field to date type as it holds some birthdays whose year is not known like '15/07' '24/11' etc. (this is why this is a CHAR field)
Thanks in advance
Start Free Trial