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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T17:33:09+00:00 2026-05-23T17:33:09+00:00

Table products: id|name ——- 1 |computer 2 |microwave 3 |transl Table product_features: feature |

  • 0

Table products:

id|name
-------
1 |computer
2 |microwave
3 |transl

Table product_features:

feature          | id_product | feature_value
------------------------------------
count_of_buttons | 1          | 1
count_of_buttons | 2          | 2
count_of_buttons | 3          | 1
color            | 1          | white
color            | 2          | white
color            | 3          | black

Pls, how to get all white products with one button?
Thank you very much!

  • 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-23T17:33:10+00:00Added an answer on May 23, 2026 at 5:33 pm
    select product.*
    
    from product
      join product_features as buttons
        on buttons.id_product = product.id
      join product_features as color
        on color.id_product = product.id
    
    where buttons.feature_value = '1'
      and buttons.feature = 'count_of_buttons'
    
      and color.feature_value = 'white'
      and color.feature = 'color';
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Imagine the following database: Table 'companies' has fields id, name and flagship_product_id. Table 'products'
I have a table Products. Products: id Name category 1 Sony Bravia TV 2
I have a table like this table name: products +----+-------------+-----------+ | id | name
for example: the table named products there is a product name field in the
I'll start off by showing the code: create table products ('name' text primary key,
I have 3 tables Table: Products productid (int) name (varchar) description (text) Table: Sales
I have 4 tables Table: Category CategoryID (int) Name (varchar) Table: Products ProductID (int)
I have a table 'products' => ('product_id', 'name', 'description') and a table 'product_price' =>
I have the following mysql table: Products ID -- NAME -- INSTOCK -- REFERER
my mysql table name products. How can get data this table. table shema id|

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.