Re: subqueries / nested queries

2001-02-01 Thread Benjamin Pflugmann
Hi. For many sub-queries, there exists a one-query work-around. Most of the rest, you can work-around with some commands. And then, there are a few around which one has to work in application. There is a section in the manual about how to handle the lack of sub-queries, which explains the most

subqueries / nested queries

2001-02-01 Thread terence
I understand that MySQL does not support subqueries or nested queries. Is there a simple workaround or do I have to do a number of queries and manipulate them outside of MySQL? I am using PHP for server side code. Where can I look for answers? Terence