User:Kiokurashi/sandbox: Difference between revisions

From IdleOn MMO Wiki
No edit summary
No edit summary
Line 87: Line 87:
  * Testing asterisks</div>
  * Testing asterisks</div>
</div>-->
</div>-->
<!--
 
https://idleon.info/wiki/Special:CargoTables <br/>
https://idleon.info/wiki/Special:CargoTables <br/>
{{#cargo_query:
{{#cargo_query:
tables=Quests
tables=Items
|fields=Quests._pageName
|fields=Items._pageName
|where=Quests.QuestName NOT IN ({{#cargo_query:
|where=Items._pageName NOT IN ({{#cargo_query:
tables=Quests__NEXT
tables=Items__NEXT
|fields=CONCAT('"',Quests__NEXT.QuestName,'"')
|fields=CONCAT('"',Items__NEXT._pageName,'"')
|order by=Quests__NEXT.QuestName
|order by=Items__NEXT._pageName
|format:ul
|format:ul
|limit=1500
|limit=1500
Line 101: Line 101:
|no html
|no html
}})
}})
|order by=Quests.QuestName
|order by=Items._pageName
|format=ol
|format=ol
|columns=4
|columns=4
|limit=2000
|limit=2000
}}-->
}}

Revision as of 07:48, 28 December 2022

Pro Gamer





https://idleon.info/wiki/Special:CargoTables

Error 1064: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '<div class="error">Error: Table Items__NEXT not found.</div>) ORDER BY `mw_c...' at line 1

Function: CargoSQLQuery::run Query: SELECT `mw_cargo__Items`.`_pageName` AS `_pageName` FROM `mw_cargo__Items` WHERE `mw_cargo__Items`.`_pageName` NOT IN (<div class="error">Error: Table Items__NEXT not found.</div>) ORDER BY `mw_cargo__Items`.`_pageName` LIMIT 2000