From: <sub...@co...> - 2005-04-24 08:42:24
|
Author: phd Date: 2005-04-24 08:42:19 +0000 (Sun, 24 Apr 2005) New Revision: 735 Modified: trunk/SQLObject/docs/SQLObjectSubqueries.txt Log: Minor documentation update. Modified: trunk/SQLObject/docs/SQLObjectSubqueries.txt =================================================================== --- trunk/SQLObject/docs/SQLObjectSubqueries.txt 2005-04-22 04:41:27 UTC (rev 734) +++ trunk/SQLObject/docs/SQLObjectSubqueries.txt 2005-04-24 08:42:19 UTC (rev 735) @@ -16,3 +16,6 @@ Note the usage of Outer - this is the helper to allow refering to a table in the outer query. + +Select() is used instead of .select() because you need to control what +columns and in what order the inner query returns. |