1. DATE_ADD() with NOW() functions example ... This example subtracts 30 days from current time. ... SELECT DATE_ADD(NOW(), INTERVAL -30 DAY);. Result: Subtract 30 ...
確定! 回上一頁