Use DATE_SUB select * from TableA where Date_Column between DATE_SUB(current_date(), INTERVAL 15 DAY) and current_date().
確定! 回上一頁