Deities: Difference between revisions

From Night's End
(Created page with "<yambe:breadcrumb>Main_Page|Front Page</yambe:breadcrumb> {{#cargo_query:tables=Deities |fields=CONCAT( '', Name, '' ) = Deity |group by=Name |format=ul |columns=3 }}")
 
mNo edit summary
 
Line 1: Line 1:
<yambe:breadcrumb>Main_Page|Front Page</yambe:breadcrumb>
<yambe:breadcrumb>Main_Page|Front Page</yambe:breadcrumb>
=== Deities of The City  ===


{{#cargo_query:tables=Deities
{{#cargo_query:tables=Deities
   |fields=CONCAT( '[[', _pageName, '|', Name, ']]' ) = Deity
   |fields=CONCAT( '[[', _pageName, '|', Name, ']]' ) = Deity
  |where=pantheon='The City'
   |group by=Name
   |group by=Name
   |format=ul
   |format=ul
   |columns=3
   |columns=3
}}
}}

Latest revision as of 10:54, 11 June 2023

Front Page > Deities

Deities of The City

Error 1055: Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'ne_wiki.cargo__Deities._pageName' 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 CONCAT( '', Name, '' ) AS `Deity` FROM `cargo__Deities` WHERE pantheon='The City' GROUP BY `Name` ORDER BY CONCAT( '', Name, '' ) LIMIT 100