mysql 有个字段是DATETIME类型,要实现可以按月统计,该怎么写sql语句? select month(f1) from tt group by month(f1) or select DATE_FORMAT(f1 ...
確定! 回上一頁