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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T11:02:03+00:00 2026-05-26T11:02:03+00:00

I have two tables with same column name I have to add the oprId

  • 0

I have two tables with same column name I have to add the oprId column values for some specific condition on both tables.

Table 1

something  oprId

abc          1
qwe          2

Table 2

something  oprId

abc          2
qwe          5 

Result should be

oprId
3
7
  • 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-26T11:02:04+00:00Added an answer on May 26, 2026 at 11:02 am
    declare @T1 table (something varchar(3), oprId int)
    declare @T2 table (something varchar(3), oprId int)
    
    insert into @T1 values ('abc', 1),('qwe', 2)
    insert into @T2 values ('abc', 2),('qwe', 5)
    
    select T1.oprId+T2.oprId as oprId
    from @T1 as T1
      inner join @T2 as T2
        on T1.something = T2.something
    

    Result:

    oprId
    ------
    3
    7
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have two or more tables which hold values under the same column name.
I want to LEFT JOIN two tables with the same column name. I have
I have two tables with the same structure: id name 1 Merry 2 Mike
I have two tables with exactly the same fields. Table A contains 7160 records
I have two classes generated by LINQ2SQL both from the same table so they
I have two databases at two different places, both databases are same with table
I have two simple mappings: <class name="org.testing.Person" table="PERSON"> <id name="personId" type="long" column="PERSON_ID"> <generator class="native"/>
I have two tables, with a same column named user_name , saying table_a ,
I need to merge two tables: Both have a primary key-column date, but with
I have two tables, where only one column is the same. I am trying

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.