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 8482369
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T19:48:32+00:00 2026-06-10T19:48:32+00:00

I want to update my MYSQL table, but with a condition. I have a

  • 0

I want to update my MYSQL table, but with a condition.

I have a status field and a time field. If status=day, don’t update time field with the current time. if status=night, update time field with current time.

Right now, I am doing a SELECT statement, then an if statement on the returned value in PHP and then performing the UPDATE and changing all fields except the time unless status=night. Is it possible to do this all in one command?


Edit:

Sorry, just to clarify:

A WHERE command will only update the row if status=night. I always want all the fields within the row to be updated, but only update the time field if status=night. If status=day, update the entire row except for the time field.


Code:

if($status=="night") {
    $query = "UPDATE post SET name="$name", comment="$comment", status="$status", time="{now()}" WHERE id='$id'";
} else {
    $query = "UPDATE post SET name="$name", comment="$comment", status="$status" WHERE id='$id'"
}
  • 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-10T19:48:33+00:00Added an answer on June 10, 2026 at 7:48 pm
    UPDATE table
    SET field1 = val1, time=IF(status="night",NOW(),time), field3= val3;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a field in my mysql table that I want to update. Example:
I want to accomplish this (mysql) query: UPDATE table SET field = field +
I have this dataset. I want to update the MySQL table. I can do
I have two jobs pulling from a mysql table. They both want to get
I have a MySQL table with an auto-increment ID field. I'm filling the table
I want to update a table with PHP and mySQL. I need to add
I want to update a table in MySQL like this: UPDATE Table SET A
I want to update a mysql row, but I do not want to specify
I have some data in mysql table. I want each record to be used
I have a MySQL table with latitude and longitude values. I want to play

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.