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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T10:55:47+00:00 2026-05-30T10:55:47+00:00

I deleted my other post for the same question and reposting a new one

  • 0

I deleted my other post for the same question and reposting a new one as I feel the other question is confusing. Please pardon me for the duplicate. Hoping this would get some traction

Here is my table A

Id   Name
1    Name1
1    Name2
2    Name3
2    Name4
2    Name5

Table B:
Id FileName
1  file1
2  File2

I need the output combined with table B as

 Id FileName Name
 1  file1    Name1,Name2
 2  file2    Name3,Name4,Name5

I tried couple of approaches with COALESE , they work stand-alone, but only when I input Id=<>.

How do I do this combined with two tables?

Please let me know if I can explain more. And I apologize for my last post.

  • 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-30T10:55:49+00:00Added an answer on May 30, 2026 at 10:55 am
    SELECT Id, FileName,
    (SELECT Name+',' FROM A WHERE A.Id = B.Id FOR XML PATH('')) Name
    FROM B
    

    There is on your responsibility to strip the last comma 😎

    Hint:

    SELECT Id, FileName,
    STUFF((SELECT ','+Name FROM @A a WHERE A.Id = B.Id FOR XML PATH('')), 1, 1, '') Name
    FROM @B b
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Unlike the other posts about the task delete all tables, this question is specifically
I recently wrote another post on this same topic in which I was not
How does one delete a word to the left? In other words, delete the
I accidentally deleted my previous post. Could I know exactly why I should compile
With reference to this post: How to implement tag counting I have implemented the
I have two separate websites on the same server. One site is a forum
Hello everyone this is my first post on stack overflow.com I am trying to
If you let anonymous users vote for any post on a site just one
In the file http://example.com/path/foo.php , I have the form (formatting deleted): <form action=/path/foo.php method=post>
I previously asked a similar question on this topic a while back and got

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.