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

  • SEARCH
  • Home
  • 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 6805989
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T19:39:19+00:00 2026-05-26T19:39:19+00:00

Why would the second criterion in this WHERE clause be ignored? $old = time()

  • 0

Why would the second criterion in this WHERE clause be ignored?

$old = time() - 2592000;
$sql_deleteold = ("DELETE FROM todolist WHERE status='done' AND stamp < $old");
mysql_query($sql_deleteold);

I want to delete data from the database older than 30 days with the status “done”.

Instead it will go deleting all rows with the status “done”.

  • 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-05-26T19:39:19+00:00Added an answer on May 26, 2026 at 7:39 pm

    I think that your question is referring to the “second statement” in the SQL query?

    With this assumption, the problem with all rows being deleted with the status “done” is because the WHERE filters are similar to conditional statements like the ones used in “If” statements.

    If the first statement, or WHERE filter is true, then execute.

    Try doing the following:

    $old = time() - 2592000;
    $sql_deleteold = ("DELETE FROM todolist WHERE (status='done' AND stamp < $old)");
    mysql_query($sql_deleteold);
    

    You also might want to verify the value of $old and compare it to the values in the ‘stamp’ field of your table, to be sure that there are some rows that have a value in the ‘stamp’ field that are greater than the value of $old.

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

Sidebar

Related Questions

How can I play audio (it would be like a 1 second sound) from
I would like to be able to start a second script (either PHP or
I would like to fadeIn a node over one second. Then leave it on
I have a 10 second sound effect wave file. What I would like to
I would like to have a structure like this: Mapping class int ID {get;set;}
This is a more direct question stemming from an earlier more general question i
Seems like this would be a common question, though I could not find it
i would like someone with experience in JavaScript to please look through this script
I would like to create three Pull Down Menus..... This is how they would
I have this massive array of ints from 0-4 in this triangle. I am

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.