Changeset 4311
- Timestamp:
- 04/30/08 17:54:37 (14 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/0.11/manual/docs/en/dql-doctrine-query-language/select-queries.txt
r4159 r4311 90 90 echo $users->Posts[0]->num_posts . ' posts found'; 91 91 </code> 92 93 This above example works only in mysql. In pgsql it is required that you group by all the columns being selected 94 when using aggregate functions in the select.