mysql 查询某年某月数据~(如果数据表用时间戳)

select   *   from   note   where   date_format(FROM_UNIXTIME(time), '%Y%m ')= '200705

原文地址:https://www.cnblogs.com/ldms/p/3045378.html