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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T04:17:05+00:00 2026-06-13T04:17:05+00:00

I have categories and Listings stored in a ListingCategory table and a Listing table

  • 0

I have categories and Listings stored in a ListingCategory table and a Listing table respectively.

A listing can be stored in many categories and a category can have many listings. These are joined by a table *ListingCategory_Listings*:

ID | ListingCategoryID | ListingID

I need to somehow grab all the ListingCategories where listings in them meet a certain criteria.

As an example, Imagine categories such as: Food, Drink, Lodging.

A bar listing would be linked to Food and Drink and a hotel would link to Food, Drink and Lodging, a hostel would link to lodging etc etc.

Each of these listings is geo-coded and I want to be able to display the categories where there are listings within X miles of a determined geo-location. So if just the bar fell within the X miles, we would show Food and Drink. If just the hostel fell in this radius, we only show lodging, etc. I have the logic to work out the distance, I just don’t know how to get my desired result

Lastly… apologies for the horrible post title

  • 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-06-13T04:17:07+00:00Added an answer on June 13, 2026 at 4:17 am

    should be as simple as

    SELECT DISTINCT c.ID, c.name
    FROM ListingCategory c
       JOIN ListingCategory_Listings lc
          ON c.ID = lc.ListingCategoryID
    WHERE lc.ListingID IN (<list of listings comma separated>)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a Categories table in which each category has a ParentId that can
I have a categories table view controller. In my app, categories can have subcategories.
Is there a scrollviewer WP7 control which have categories title? The category title can
I have a many to many relationship set up between listings and categories. I
Question: I have a category listing which some categories have children, I am trying
I have 2 many to many relationship tables; Posts and Categories. One post can
I have 7 Categories (parents), and every category has 15 sub-categories. When I select
I have a categories table, which one of the fields serves as the foreign
I need get all items these have no categories int? categoryId = null; var
Here is the problem. lets say I have a product category table and a

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.