User:Iamacyborg/Cargo Duplicates: Difference between revisions

From Path of Exile Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
Duplicate rows in Cargo Tables.
==Mods==
{{#cargo_query:
{{#cargo_query:
table=mods
table=mods
Line 7: Line 10:
}}
}}


 
==Items==
<syntaxhighlight lang="python" line>
{{#cargo_query:
def quick_sort(arr):
table=items
less = []
|fields=_pageName, COUNT(_pageName)
pivot_list = []
|having=COUNT(_pageName) > 1
more = []
|group by=_pageName
if len(arr) <= 1:
|order by= COUNT(_pageName) DESC
return arr
}}
else:
pass
</syntaxhighlight>

Revision as of 11:27, 2 February 2022

Duplicate rows in Cargo Tables.

Mods

No results

Items

_pageName COUNT( pageName)
User:ThemJohns 2