Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8134867
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T10:12:11+00:00 2026-06-06T10:12:11+00:00

I have created mysql to delete table rows, which have lower DATETIME value than

  • 0

I have created mysql to delete table rows, which have lower DATETIME value than NOW(), SHOW PROCESSLIST shows event and time counter is running but it dont delete rows. Here is the code:

CREATE EVENT minute_event
    ON SCHEDULE EVERY 1 minute
    DO 
      DELETE FROM reservations WHERE 'reservation_end' < NOW();
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-06T10:12:12+00:00Added an answer on June 6, 2026 at 10:12 am

    You’re using single quotes instead of backticks. The expression 'reservation_end' < NOW() should cause a MySQL Error #1267, because 'reservation_end' is just a string. It should be:

    DELETE FROM reservations WHERE `reservation_end` < NOW();
    

    or unquoted since reservation_end doesn’t specifically need to be surrounded by backticks.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have created a MySQL table and would like to save the contents of
I have created a test table in MySQL and would like to insert 10
i have a table in mysql db ( created_date). It stores timestamps (INT value).
I have this in a MySQL db: table Message sender_id int recipient_id int created
I have a mysql legacy table which contains an client identifier and a list
I have a table ('sales') in a MYSQL DB which should rightfully have had
I have the following script to create a table in MySQL version 5.1 which
I want to delete all rows older than 5 days, in my table. My
If I have a table in MySQL which represents a base class, and I
I have the following MySQL query, which I'm using with PHP (5.2). DELETE t1.*,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.