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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T15:47:45+00:00 2026-05-16T15:47:45+00:00

Possible Duplicate: Need help with a SQL query that combines adjacent rows into a

  • 0

Possible Duplicate:
Need help with a SQL query that combines adjacent rows into a single row

So this is how my table looks.

alt text

..and I need to write a query to get the output like this:

alt text

This is not a homework question.

  • 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-16T15:47:46+00:00Added an answer on May 16, 2026 at 3:47 pm

    The following answer is only valid for SQL Server 2005+:

      SELECT t.category,
             STUFF((SELECT ','+ x.prod
                      FROM TABLE x
                     WHERE x.category = t.category
                  GROUP BY x.prod
                   FOR XML PATH('')), 1, 1, '') AS prod,
             SUM(t.price) AS amt
        FROM TABLE t
    GROUP BY t.category
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 537k
  • Answers 537k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer You can only call members of an object directly when… May 17, 2026 at 1:40 am
  • Editorial Team
    Editorial Team added an answer Use the Enter and Leave events of the TextBox to… May 17, 2026 at 1:40 am
  • Editorial Team
    Editorial Team added an answer So the service endpoint URL was pointing to qa2automated...even though… May 17, 2026 at 1:40 am

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Related Questions

Possible Duplicate: SQL Server Database query help Hi, I have a problem that I
Possible Duplicate: Need help solving Project Euler problem 200 Similar to this question Project
Possible Duplicate: LINQ Between Operator Dear All, Hi, I need to write this query
Possible Duplicate: Help with algorithm problem from SPOJ Came across this interview question. Given
Possible Duplicate: Value should be 0 between the two dates? SQL Server 2000 Table1
Possible Duplicate: How can I convert ereg expressions to preg in PHP? I need
Possible Duplicate: splitting a string i have a string which looks like this: http://pastebin.com/m5508ff19
Possible Duplicate: Do I need to disable NSLog before release Application? I wonder if
Possible Duplicate: Difference between -%> and %> in rails I need to know what
Possible Duplicate: XAML Conditional Compilation I am new to WPF. I just need to

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.