Beefy Boxes and Bandwidth Generously Provided by pair Networks httptech
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: (OT) MySQL select Question

by dbwiz (Curate)
on Jul 27, 2003 at 01:35 UTC ( [id://278200]=note: print w/replies, xml ) Need Help??

This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.


in reply to (OT) MySQL select Question

Subselects are already available in MySQL version 4.1, which is still in alpha, though.

In this particular case, the subselect could be replaced by a join.

Assuming that (from what I see in your example) table1.category is a foreign key for table2.id, then you can rewrite the query as follows

SELECT table1.* FROM table1 INNER JOIN table2 ON (table1.category=table2.id) WHERE table1.category = 1 OR table2.parent_id = 1

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://278200]
help
Sections?
Information?
Find Nodes?
Leftovers?
    Notices?
    hippoepoptai's answer Re: how do I set a cookie and redirect was blessed by hippo!
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.