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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T16:46:12+00:00 2026-05-27T16:46:12+00:00

I had a hard time coming up with a title, so I hope this

  • 0

I had a hard time coming up with a title, so I hope this is somewhat understandable…

I have the following table:

items:  id|name|...|visibleItems

E.g. it contains:

 1|test1|...|2
 2|test2|...|1
 3|test3|...|2

This is then joined with another table (customers) and I would like to list it as follows:

 cust1|test1|...
 cust2|test1|...
 cust3|test2|...
 cust4|test3|...
 cust4|test3|...

…thus using the ‘visibleItems’ as the number for items listed.

The SQL I have is something simple like:

SELECT [values] FROM [tables] WHERE [statements] ORDER BY name

Does this make sense? If so, what to do? 🙂

  • 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-27T16:46:12+00:00Added an answer on May 27, 2026 at 4:46 pm

    Do you have a customer_id foreign key in the items table? If so, you could do something like this:

    SELECT customers.name AS customer_name, item.name AS item_name FROM customers
    INNER JOIN items ON items.customer_id=customers.id;
    

    visibleItems wouldn’t control how many customers are listed per item–the foreign key relationship and join would do that.

    See here for a decent explanation of the various join types: A Visual Explanation of SQL Joins.

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

Sidebar

Related Questions

Had a hard time coming up with a concise title for this. I'm sure
I had a hard time coming up with a title for this question, but
Ok, I had a hard time coming up with a title, as you can
Apologies for the less than ideal title; had a hard time coming up with
I have this simple problem but I had a hard time of finding a
I'm new to C# coming from a python background. I've had a hard time
I'm using the jQuery plugin for TinyMCE and have had a hard time trying
I have a malformed page to scrape, and have had a hard time getting
If this was previously talked about, I'm sorry, I had a hard time searching
I had a hard time framing that question. I hope it gets the gist

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.