Jump to content

Call to same table in subquery


jackola

Recommended Posts

Hello,

I often find answers here but never posted. I have this query I can't quite figure out and was curious if anyone knows if it's possible.

 

Basically I'm using htaccess in URLs and want to make sure that pages are being viewed as intended:

 

whatever.com/what/okay

 

SELECT * FROM pages
WHERE URL = "okay"
AND ParentID IN (SELECT ID FROM pages WHERE URL = "what")

 

ParentID is the ID of the parents, in this case "what".

 

Doesn't seem to work. i think it's because it's a call to the same table?

 

Of course, I can just run that subquery first (using split("/",$_SERVER['REQUEST_URI'])), but thought this an interesting question anyway.

 

MySQL version = 4.0.27-standard-log

 

 

Any ideas?

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.