Este conteúdo não está disponível no idioma selecionado.
B.5. QueryExpression Structure
QueryExpression is the base for both SELECT queries and set queries. It may optionally take an OrderBy (representing a SQL ORDER BY clause) and a Limit (represent a SQL LIMIT clause) or a With (represents a SQL WITH clause).