Preskoči in pojdi v glavno vsebino

FROM

v Anatomy of a DPQL query
Seznam avtorjev
Objavljeno: 16. mar. 2017|Nazadnje Posodobljeno: 3. nov. 2022

The MySQL database which stores all your helpdesk data is organised into a series of tables. For example, the tickets table stores information about tickets.

The FROM clause specifies which database table your DPQL query is asking about. You can only pick one table.

All column references in the query must start with the table name specified in the FROM clause.

Note


If you want to retrieve information from multiple tables in a single query, see the section on Cross-referencing Table Fields for details.

For a list of valid tables, see the DPQL Field References section.

UporabnoNeuporabno
naslednja stranWHERE
Prejšnja stranSELECT

Pred objavo komentarja se moraš prijaviti.