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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T01:10:26+00:00 2026-06-13T01:10:26+00:00

I am trying to update using if which is shown below you will get

  • 0

I am trying to update using if which is shown below
you will get idea what i want to do

UPDATE messages SET IF(u1= :username,u1_delete=1,u2_delete=1) 
WHERE thread_id= :thread_id

i want update u1_delete when u1 is username otherwise it will update u2_delete field

  • 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-13T01:10:27+00:00Added an answer on June 13, 2026 at 1:10 am

    You can use the case statement as follows:

    UPDATE messages 
    SET 
        u1_delete = CASE WHEN u1= :username THEN 1 ELSE u1_delete END,
        u2_delete = CASE WHEN u1= :username THEN u2_delete ELSE 1 END,
    WHERE 
        thread_id= :thread_id
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to get a textarea's value to update using jquery as outlined in
I've been trying to set up something which will check an HTML form, to
Update: found a solution, see below. I'm trying to get a clicked tile div
I am trying to update customers information using a mysql query. The variables have
I'm trying to update a database using html form + jquery + php When
I am getting the following error when trying to update an object using nhibernate.
I'm trying to update/change contact ringtone using this code: ContentValues values = new ContentValues();
I'm trying to update a table in my DynamoDB tables using the PHP SDK.
I'm trying to update an NText field in SQL 2000 using Classic ASP. Here
I'm trying to update the input of JFace TreeViwer periodically using setInput() method. Also

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.