DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

(mysql.info) ansi-diff-subqueries

Info Catalog (mysql.info) differences-from-ansi (mysql.info) differences-from-ansi (mysql.info) ansi-diff-select-into-table
 
 1.9.5.1 Subquery Support
 ........................
 
 MySQL 4.1 and up 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. See  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) differences-from-ansi (mysql.info) differences-from-ansi (mysql.info) ansi-diff-select-into-table
automatically generated byinfo2html