1
0
mirror of synced 2024-12-14 07:06:04 +03:00
doctrine2/manual/docs/DQL (Doctrine Query Language) - LIMIT and OFFSET clauses - Introduction.php

5 lines
284 B
PHP
Raw Normal View History

2007-04-14 01:49:11 +04:00
Propably the most complex feature DQL parser has to offer is its LIMIT clause parser. Not only
does the DQL LIMIT clause parser take care of LIMIT database portability it is capable of limiting the number of records instead
of rows by using complex query analysis and subqueries.