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

Aus Wortmaus
Die Seite wurde neu angelegt: „Anzahl Wörter ohne Übung: '''{{#cargo_query: tables=wort |fields= COUNT(*) |where=uebung__full="0" OR uebung__full IS NULL }}''' <div class="wortindex"> {{#cargo_query: tables=wort |fields= _pageName=pageName |where=uebung__full="0" OR uebung__full IS NULL |format=ul |limit=10000 }} </div> Kategorie:Wartung
Markierung: Quelltext-Bearbeitung 2017
 
Keine Bearbeitungszusammenfassung
Markierung: Quelltext-Bearbeitung 2017
Zeile 7: Zeile 7:
<div class="wortindex">
<div class="wortindex">
{{#cargo_query:
{{#cargo_query:
   tables=wort
   tables=wort, uebung
  |JOIN=wort._pageID=uebung._pageID
   |fields=
   |fields=
     _pageName=pageName
     wort._pageName=pageName
   |where=uebung__full="0" OR uebung__full IS NULL
   |where=wort._pageID=uebung._pageID
   |format=ul
   |format=ul
   |limit=10000
   |limit=10000

Version vom 5. Januar 2024, 20:56 Uhr

Anzahl Wörter ohne Übung: 644

Error: join conditions must be set for tables.