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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T02:16:40+00:00 2026-05-18T02:16:40+00:00

I have a table of products, there can be multiple products with the same

  • 0

I have a table of products, there can be multiple products with the same name but with different prices, i want to display only the cheapest price of each product.

Example Of Table:

TABLE: Products(name,price)
---------------------------
Banana -- 1,25
Banana -- 1,10
Strawberry -- 2,43
Apple -- 1,11
Apple -- 4,12
Apple -- // Some Products Can Have the Price Column Empty!!

I want a MySQL query to get this:

  • Banana From: $1,10
  • Strawberry From: $2,43
  • Apple From: $1,11

Thanks!

  • 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-18T02:16:41+00:00Added an answer on May 18, 2026 at 2:16 am

    Off the top of my head, something like

    select name, min(price) from products group by name;

    See this link for more info.
    http://www.techonthenet.com/sql/group_by.php

    Then use PHP to display the data however you wish e.g. in a table etc.

    Also, you haven’t said whether the price field can be NULL or not.
    You also haven’t said whether your name field could have mixed case like “bananas” or “Bananas” or similar. If so then you’ll probably want to call UPPER(TRIM(name)) or something like that on the name field to normalize it.

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

Sidebar

Related Questions

I have a PRODUCTS table, and each product can have multiple attributes so I
I have a database table which stores products. Each product can have multiple colours.
I have a products table containing products. Each product can have multiple images. The
I have a products table which contains information about products. Each products can have
I have a database with these tables: products,colors,sizes Each product(t-shirts,jeans etc) can have multiple
I have a table with products that fall under specific categories, but the products
I have table 'products' and I need to update 'price' field by 20% if
I have a table products , and I have columns like product_name , product_id
I have a table of products sales that may look as follows: product |
I have a table of products, and I need to write an SQL query

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.