Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试这样做:
WHERE dateadded < TODAY - 2 days
什么是正确的 MySQL 语法?
http://www.w3schools.com/sql/func_datediff_mysql.asp
WHERE DATEDIFF(CURDATE(), date added) > 2