1
0
mirror of synced 2024-12-14 07:06:04 +03:00
doctrine2/manual/docs/Basic Components - Query - FROM - selecting tables.php

4 lines
382 B
PHP
Raw Normal View History

2006-07-26 21:09:00 +04:00
DQL FROM -part is used for selecting tables as well as for selecting fields. Related components are selected either
with colon-operator or dot-operator (See <a href="documentation.php?index=2.8.php">Relation operators</a>). <br \>You can place
the selected fields in () -brackets (eg. 'FROM User(name, id)'). If you are about to select all fields you can simple use 'FROM User'.