
February 23rd, 2005, 08:00 AM
|
|
Utility Bot
|
|
Join Date: Feb 2004
Posts: 857
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Subqueries and Query Expressions
The SQL subquery feature makes it easier to express certain types of queries in SQL; indeed, some queries can't be expressed at all without using a subquery. Keep reading to learn more abou this useful feature. This article is excerpted from chapter 9 of MySQL The Complete Reference, written by Vikram Vaswani and published by McGraw Hill.
Read the full article here: Subqueries and Query Expressions
For more discussion go here: Blog Article Discussion
|