DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

(mysql.info.gz) ANSI diff Subqueries

Info Catalog (mysql.info.gz) Differences from ANSI (mysql.info.gz) Differences from ANSI (mysql.info.gz) ANSI diff SELECT INTO TABLE
 
 1.5.5.1 Subqueries
 ..................
 
 MySQL 4.1 supports subqueries and derived tables.  A "subquery" is a
 `SELECT' statement nested within another statement.  A "derived table"
 (an unnamed view) is a subquery in the `FROM' clause of another
 statement.   Subqueries.
 
 For MySQL versions older than 4.1, most subqueries can be rewritten
 using joins or other methods.  See  Rewriting subqueries for
 examples that show how to do this.
 
Info Catalog (mysql.info.gz) Differences from ANSI (mysql.info.gz) Differences from ANSI (mysql.info.gz) ANSI diff SELECT INTO TABLE
automatically generated byinfo2html