Difference between revisions of "User:FabulousCupcake/Skill by SP"

From Dragalia Lost Wiki
Jump to navigation Jump to search
>FabulousCupcake
(Created page with "{{#cargo_query: tables=Skills=s |fields=_pageName=p, Name, Sp |order by=s.Sp DESC |limit=20 |format=dynamic table }}")
>FabulousCupcake
Line 1: Line 1:
 
{{#cargo_query:
 
{{#cargo_query:
tables=Skills=s
+
tables=Skills=s,Adventurers=a
|fields=_pageName=p, Name, Sp
+
|join on=s.Name=a.Skill1Name
 +
|group by=a.Skill1Name
 +
|fields=s._pageName=p, s.Name, s.Sp
 
|order by=s.Sp DESC
 
|order by=s.Sp DESC
 
|limit=20
 
|limit=20
 
|format=dynamic table
 
|format=dynamic table
 
}}
 
}}

Revision as of 06:21, 31 August 2019

Error: Table Skills not found.