JourneyMaterials: Difference between revisions
From Dune Awakening DB
mNo edit summary |
mNo edit summary |
||
| Line 1: | Line 1: | ||
{{#get_external_data: | |||
{{# | source = externaldb | ||
|from = data_journey_materials | |||
| | |data = Level=level, ItemLabel=item_label, TotalQty=total_qty | ||
| | |where = journey_id = {{{id|{{{1|}}}}}} | ||
|order by = level, item_label | |||
}} | }} | ||
<div class="materials-container" style="max-height:600px;overflow-y:auto;"> | <div class="materials-container" style="max-height:600px;overflow-y:auto;"> | ||
Revision as of 15:31, 1 June 2025
The query SELECT level,item_label,total_qty FROM `data_journey_materials` WHERE journey_id = ORDER BY level, item_label is invalid (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 'ORDER BY level, item_label' at line 1 Function: EDConnectorRdbms::fetch Query: SELECT level,item_label,total_qty FROM `data_journey_materials` WHERE journey_id = ORDER BY level, item_label ).
</includeonly>Template:Documentation
