미디어위키 API 도움말
이 페이지는 자동으로 생성된 미디어위키 API 도움말 문서입니다.
설명 문서 및 예시: https://www.mediawiki.org/wiki/API
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
- 500 초과는 허용되지 않습니다. (봇의 경우 5,000)
- 유형: 정수 또는 max
- 기본값: 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
쿼리 오프셋
- 값은 0 이상이어야 합니다.
- 유형: 정수
- 기본값: 0