birthday problem

admin

Administrator
Staff member
i have a database with a "birthday" column (type: "date", "YYYY-MM-DD") and i need an mySQL query which compares todays date with the birthday date and if the months and days are equal, returns the name of the birthday boy (first_name).

thx, phlow
 
Back
Top