Wortmaus:Wartung/Wörter ohne Übung: Unterschied zwischen den Versionen

Aus Wortmaus
Keine Bearbeitungszusammenfassung
Markierung: Quelltext-Bearbeitung 2017
Keine Bearbeitungszusammenfassung
Markierung: Quelltext-Bearbeitung 2017
Zeile 7: Zeile 7:
{{#cargo_query:
{{#cargo_query:
   tables=uebung, wort
   tables=uebung, wort
<!--  tables=wort, uebung -->
   |join on=uebung._pageID = wort._pageID
   |join on=uebung._pageID = wort._pageID
   |fields=
   |fields=
     wort._pageName
     wort._pageName,
<!--   |where wort._pageID="100" -->
uebung._pageName
<!-- |where wort._pageID="100" -->
   |format=ul
   |format=ul
   |limit=10000
   |limit=10000

Version vom 5. Januar 2024, 21:59 Uhr

Anzahl Wörter gesamt: 644

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 '_pageName LIMIT 5000' at line 1

Function: CargoSQLQuery::run Query: SELECT `uebung`.`_pageName` AS `_pageName` FROM `cargo__uebung` `uebung` LEFT OUTER JOIN `cargo__wort` `wort` ON ((`uebung`.`_pageID`=`wort`.`_pageID`)) GROUP BY `wort`.`_pageName` ORDER BY `wort`.`uebung__full` _pageName LIMIT 5000