Subqueries in MySQL
Subqueries (or subselects) are probably the most under-utilized feature in MySQL. As of version 4.1, MySQL does have subselect support. Chip wrote a good primer on MySQL subselects today on the CentreSource Blog.
Subqueries (or subselects) are probably the most under-utilized feature in MySQL. As of version 4.1, MySQL does have subselect support. Chip wrote a good primer on MySQL subselects today on the CentreSource Blog.