미디어위키 API 도움말

이 페이지는 자동으로 생성된 미디어위키 API 도움말 문서입니다.

설명 문서 및 예시: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page

action=cargoquery

(main | cargoquery)
  • 이 모듈은 read 권한을 요구합니다.
  • 출처: Cargo
  • 라이선스: GPL-2.0-or-later

Runs a query on the Cargo data.

변수:
limit

A limit on the number of results returned

유형: 정수 또는 max
The value must be between 1 and 500.
기본값: 50
tables

The Cargo database table or tables on which to search

fields

The table field(s) to retrieve

where

The conditions for the query, corresponding to an SQL WHERE clause

join_on

Conditions for joining multiple tables, corresponding to an SQL JOIN ON clause

group_by

Field(s) on which to group results, corresponding to an SQL GROUP BY clause

having

Conditions for grouped values, corresponding to an SQL HAVING clause

order_by

The order of results, corresponding to an SQL ORDER BY clause

offset

쿼리 오프셋

Type: integer
The value must be no less than 0.
기본값: 0