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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T00:54:59+00:00 2026-05-27T00:54:59+00:00

I have the below query: SELECT p.id as prod_id, * FROM products AS p

  • 0

I have the below query:

SELECT  p.id as prod_id, * FROM products AS p 
        LEFT JOIN Product_UPC AS UPC ON UPC.ProductID = p.id
        LEFT JOIN Brands AS b ON p.brand = b.id
        LEFT JOIN productCategoryLink AS c ON c.ProductID = p.id 
        WHERE (p.id = '$this->prod_id')

A product can be assigned to multiple categories and therefore I have a composite table consisting of product and category IDs. I want to amend the above query so that it only brings out one row of data as at the moment it bring out multiple depending on how many categories there are in the composite table. I would like to somehow have the rows of category IDs brought out and added to the one row.

eg.

id | name | desc | category1| category2| category3 | price

Is this possible? If so how?

  • 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-27T00:55:00+00:00Added an answer on May 27, 2026 at 12:55 am

    You could try this to obtain categories in one column (you can split them later):

    SELECT  p.id as prod_id, * FROM products AS p
            GROUP_CONCAT(c.category), 
            LEFT JOIN Product_UPC AS UPC ON UPC.ProductID = p.id
            LEFT JOIN Brands AS b ON p.brand = b.id
            LEFT JOIN productCategoryLink AS c ON c.ProductID = p.id 
            WHERE (p.id = '$this->prod_id')
    

    If you want to get all products, change last row with this

        GROUP BY p.id
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

SELECT p.* FROM Products p LEFT JOIN offertran ot ON p.prod_id = ot.prod_id LEFT
The below query: SELECT i.Item_ID FROM AGR_Header ah LEFT JOIN AGR_Detail ad ON ad.AGR_Header_RecID
I have this query below: SELECT a.id, b.item_name FROM table_1 as a INNER JOIN
I have the below query in a postgresql database SELECT * FROM accounts where
I have written this query for retrieving data from mysql as below select FeedbackCode,EMailID,FeedbackDetail,
We have the query below. Using a LEFT OUTER join takes 9 seconds to
I have written below query SELECT DEPT_ID, COUNT(*) AS stud_count FROM TBL_STUDENT_DEPARTMENT_593932 GROUP BY
I have the below SOQL query: SELECT Description,(Select Name,Id from Contacts) , Account.Name, (Select
I have the below query: SELECT ID FROM `Article` this_ WHERE (this_._Temporary_Flag = FALSE
I have problem in getting the result for below query: SELECT setting_value FROM system_settings

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.