Dicemonger (talk | contribs) mNo edit summary |
Dicemonger (talk | contribs) mNo edit summary |
||
Line 4: | Line 4: | ||
{{#cargo_query:tables=Organizations | {{#cargo_query:tables=Organizations | ||
|where=Parent='The City' | |where=Parent='The City' | ||
|group by=Name | |group by=Name | ||
|format=template | |fields=Name,Short | ||
|format=_pageName = template | |||
|template=OrganizationCard | |template=OrganizationCard | ||
|named args=yes | |named args=yes | ||
}} | }} |
Revision as of 19:26, 15 July 2023
List of organization in The City:
Error 1055: Expression #2 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'ne_wiki.cargo__Organizations.Short' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
Function: CargoSQLQuery::run Query: SELECT `Name` AS `Name`,`Short` AS `Short` FROM `cargo__Organizations` WHERE Parent='The City' GROUP BY `Name` ORDER BY `Name`,`Short` LIMIT 100