Jump to content

Getting two rows with 1 query where the second row depends on the first


Recommended Posts

I have a table, and the relevant columns are id,url, and url-prefix. Two of my entries have these values

 

{1,'/path/to/gallery',0}
{2,'/path/to/designs',0}

 

and 4 of my entries go like this

 

{3,'gallery1',1}
{3,'gallery2',1}
{4,'designs1',2}
{4,'designs2',2}

 

If I have the url /path/to/designs/gallery1 I want to check to see if it is a valid entry or not. Is there any way to do this in 1 query?

Is there any way to select the url and prefix id from the second set of rows and get the url matching the prefix id from the second?

 

So it would return /path/to/gallery/gallery1 instead of /path/to/gallery AND gallery1

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.