List one or more tables to query. Aliases for tables can be set as "TableName=Alias". Example: Cities=city, Countries
List fields to display. Default value is "_pageName". Aliases for fields can be set as "FieldName=Alias". Example: Cities.Population=P, Countries.Capital
Enter condition(s). Multiple conditions can be separated by AND/OR. Example: Country.Continent = 'North America' AND City.Population > 100000
Mandatory when multiple tables are entered. Example: Cities.Country=Countries._pageName
Combine rows with the same value for these field(s) into a single row. Example: Countries.Continent
Enter condition(s) to only return rows with certain aggregate values. Example: COUNT(*) > 10
List fields to sort query results. Default value is _pageName ASC.
Введите максимальное количество результатов для отображения. Значение по умолчанию составляет 100.
Укажите количество пропускаемых строк. Значение по умолчанию 0.
Установить формат для отображения результатов.