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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T00:23:38+00:00 2026-05-31T00:23:38+00:00

I have a table that contains three user ID columns and an Active column

  • 0

I have a table that contains three user ID columns and an Active column

Table1

userID1
userID2
userID3
Active

I want to set each row to be inactive (Active = 0) where given two UserIDs exist in the same row. Whats the fastest and most logical way to achieve this?

Thanks!


EDIT: Sorry I should have been a bit more clear in my question. UserID1,2 and 3 will ALWAYS contain user ID’s. They will never be null. I will be passing through these IDs as parameters in a stored proc and so I need to set Active = 0 where two user IDs out of UserID1, UserID2 or UserID3 both exist in the same row.

  • 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-31T00:23:40+00:00Added an answer on May 31, 2026 at 12:23 am
    UPDATE  Table1
    SET     Active = 0
    WHERE   @userID1 IN (userID1,userID2,userID3)
    AND     @userID2 IN (userID1,userID2,userID3);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a table that contains tasks and I want to give these an
I have a table that contains some blob fields that I don't want to
I have a user table in my database which contains two columns FirstName and
I have some columns in my table, descriptions column contains some information like; a1b01,Value
I have a table that has a column that contains links. Each cell in
Lets say I have a simple table that only contains two columns: MailingListUser -
Assume that I have one big table with three columns: user_name, user_property, value_of_property. Lat's
I have a table that contains id, created, user_id. I'm wondering if there is
I have a table that contains maybe 10k to 100k rows and I need
I have a table that contains intervals: CREATE TABLE tbl ( user_id: INTEGER, start:

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.