Прескочи към главното съдържание

FROM

в Anatomy of a DPQL query
Списък с автори
Публикувани: 16.03.2017 г.|Последно обновено: 3.11.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.

ПолезноНе беше полезно
следваща страницаWHERE
предишна страницаSELECT

Моля, логнете се или се регистрирайте, за да оставите коментар.