User:Iamacyborg/Cargo Duplicates: Difference between revisions

From Path of Exile Wiki
Jump to navigation Jump to search
>Bobogoobo
(This is causing item lookup errors and duplicate listings, hope you don't mind if I hide it for now)
 
(14 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<!--{{:The Goddess Bound|View=inline}}-->
Duplicate rows in Cargo Tables.
 
==Mods==
{{#cargo_query:
table=mods
|fields=_pageName, COUNT(_pageName)
|having=COUNT(_pageName) > 1
|group by=_pageName
|order by= COUNT(_pageName) DESC
}}
 
==Items==
{{#cargo_query:
table=items
|fields=_pageName, COUNT(_pageName)
|having=COUNT(_pageName) > 1
|group by=_pageName
|order by= COUNT(_pageName) DESC
}}

Latest revision as of 11:28, 2 February 2022

Duplicate rows in Cargo Tables.

Mods

No results

Items

No results