摘要:
select DATE_FORMAT(SUBDATE(NOW(),interval sntable.sn day),'%Y-%m-%d') as statDatefrom (SELECT 0 as sn UNION SELECT 1 as sn UNION SELECT 2 UNION SELECT 阅读全文
摘要:
select DATE_FORMAT(SUBDATE(NOW(),interval sntable.sn day),'%Y-%m-%d') as statDatefrom (SELECT 0 as sn UNION SELECT 1 as sn UNION SELECT 2 UNION SELECT 阅读全文
|