Jump to content

[SOLVED] Query / Subquery Help


friedemann_bach

Recommended Posts

Hello,

 

I have a database containing a list of texts, a list of locations mentioned in those texts and a lookup table that connects the locations to the texts (called "sources"). I need a (single) query that returns a list of all locations in alphabetical order and the corresponding number of locations relating to that text. It should be easy, though I have not found find the correct syntax yet. Could anybody give me a hint? These are my tables:

 

sources: source_id (primary key), source_name

locations: location_id (primary key), location_name

sources_locations: id (primary key), location_id, source_id

 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.