我在mysql表中有几个日期,使用这些日期我需要找出一个月中的天数。假设我有2003-02-05,它应该返回28。例如
date days_in_month 2003-2-3 28
SELECT DAY(LAST_DAY(yourdate))