select DATE_FORMAT(SUBDATE(NOW(),interval sntable.sn day),'%Y-%m-%d') as statDate from (SELECT 0 as sn UNION SELECT 1 as sn UNION SELECT 2 UNION SELECT 3 UNION SELECT 4 UNION SELECT 5 UNION SELECT 6) sntable
posted on
2022-07-13 15:35zzhaoh
阅读(461)
评论(0)
编辑收藏举报