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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T20:17:21+00:00 2026-05-27T20:17:21+00:00

Cannot get this statement to update the table and am almost certain my problem

  • 0

Cannot get this statement to update the table and am almost certain my problem is in concatenation syntax.

Please take a look and tell me if you see what I am going wrong here..

Thank you !!

UPDATE TAB1 s  
        SET s.user_NUM =   
             (select e.USER# 
                  from TAB2 e   
                  where ('e.LAST_NAME'||','||' E.FIRST_NAME')= s.DEALER);
  • 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-27T20:17:21+00:00Added an answer on May 27, 2026 at 8:17 pm

    I think those are supposed to be columns in TAB2? If so, you need to drop the quote marks:

    UPDATE TAB1 s
            SET s.user_NUM =   
                 (select e.USER# 
                      from TAB2 e   
                      where (e.LAST_NAME||', '||E.FIRST_NAME)= s.DEALER);
    

    Otherwise you’re looking to match records in TAB1 where DEALER = 'e.LAST_NAME, E.FIRST_NAME' (i.e. a literal), which I don’t think is what you meant at all.


    “When I put a space behind the comma, I got an error that a single row
    query returns more than one row.”

    So, more than one row in TAB2 matches a row in TAB1. This now becomes an investigation into your data.

    If there is only one occurrence of e.USER# for e.LAST_NAME||', '||E.FIRST_NAME you’re fine: you can just add DISTINCT into the sub-query. Check that with:

    select e.LAST_NAME||', '||E.FIRST_NAME
           , count(distinct e.USER#) 
    from TAB2 e   
    group by e.LAST_NAME||', '||E.FIRST_NAME
          having count(distinct e.USER#) > 1
    

    If that query returns any rows you’re going to need to decide how to handle multiple hits.

    Likewise, you need to decide what action to take if there is no row in TAB2 which matches a row in TAB1. At the moment that’s going to set s.user_NUM to NULL. Maybe that’s what you want.

    These are decisions about business rules: only you know what you want to do.

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

Sidebar

Related Questions

I just cannot get this to work, would appreciate if someone can help. So
Ok, I cannot get this. I've looked at it and I don't see why
Ok, I've tried about near everything and I cannot get this to work. I
I get this message: Cannot find the X.509 certificate using the following search criteria:
I get this warning from GCC: warning: cannot pass objects of non-POD type 'class
I get this: Warning: session_start(): Cannot send session cookie - headers already sent by
I cannot figure out why I get this error during check-in. I checked in
I cannot for the life of me get this. Example of fails, the last
I continue to get this error: Object '%s' cannot be renamed because the object
I have this design which I cannot seem to get right, I would like

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.