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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T03:34:16+00:00 2026-05-24T03:34:16+00:00

I am trying to export all the products and some info about them from

  • 0

I am trying to export all the products and some info about them from my mySQL so I wrote the following query

SELECT * FROM products
JOIN descriptions
ON products.product_id = descriptions.product_id
JOIN category_descriptions
ON categories.category_id = descriptions.category_id

for a reason, it outputs every product four times. Can anyone help me to find out why?

Update: There are only 122 products in cscart_products. The results after this query are 488.

  • 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-24T03:34:16+00:00Added an answer on May 24, 2026 at 3:34 am

    Add GROUP BY cscart_products.product_id

    Your query:

    SELECT * FROM cscart_products
    JOIN cscart_product_descriptions
    ON cscart_products.product_id = cscart_product_descriptions.product_id
    JOIN cscart_products_categories
    ON cscart_products.product_id = cscart_products_categories.product_id
    JOIN cscart_category_descriptions
    ON cscart_products_categories.category_id = cscart_category_descriptions.category_id
    GROUP BY cscart_products.product_id
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to export the following data in the query from ms sql
I'm trying to export 18,0000 products from Magento and it gets stuck at the
I'm trying to export a mysql query table to an excel file. I have
I'm trying to export tables from foxpro to excel, But it didn't export all
I am trying to export data from my MySQL database to multiple CSV files
I am trying to export some data from the console into a csv file
I'm trying to export data from a multivalue database (Unidata) into MySQL. Lets say
I'm trying to export some value from the text to a txt file. my
I'm trying to export ALL records from a Visual Collection to excel. My code
I am trying to export an image from Flex application to svg. I saw

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.