To fix the syntax error: DELETE FROM events WHERE check_in < (NOW() - INTERVAL 1 DAY). That won't land on midnight. Instead change to:
確定! 回上一頁