Zum Inhalt springen

Benutzer:Horgner/CH status SQL

aus Wikipedia, der freien Enzyklopädie
Dies ist eine alte Version dieser Seite, zuletzt bearbeitet am 12. Juni 2005 um 16:08 Uhr durch Horgner (Diskussion | Beiträge). Sie kann sich erheblich von der aktuellen Version unterscheiden.

Gemeindeartikel: Aktualisiert am 8. Juni 2005 mit dem Dump vom 16. Mai 2005

SELECT CONCAT( '# [[', cur_title, ']] (', LENGTH( cur_text ) , ' Bytes)' )
 FROM cur
 WHERE cur_text LIKE '%{{Ort_Schweiz|%'
 AND cur_text LIKE '%<!--schweizbezogen-->%'
 ORDER BY LENGTH( cur_text ) ASC , cur_timestamp ASC 
 LIMIT 20

gibt eine Nullliste

SELECT CONCAT( '# [[', cur_title, ']] (', LENGTH( cur_text ) , ' Bytes)' )
 FROM cur
 WHERE cur_text LIKE '%<!--schweizbezogen-->%'
 AND cur_text NOT LIKE '%{{Ort_Schweiz|%'
 ORDER BY LENGTH( cur_text ) ASC , cur_timestamp ASC
 LIMIT 20
  1. Gerra (174 Bytes)
  2. Schweizer_Fussballverein (182 Bytes)
  3. Gossau (229 Bytes)
  4. Binz_(Maur) (291 Bytes)
  5. Gamsen_VS (341 Bytes)
  6. Riviera_(Schweiz) (342 Bytes)
  7. Brigerbad (344 Bytes)
  8. Villars-sur-Ollon (356 Bytes)
  9. Ospizio_Bernina (424 Bytes)
  10. Julia_(Fluss) (430 Bytes)
  11. Nuolen (433 Bytes)
  12. Quinten (446 Bytes)
  13. Unterwalden (447 Bytes)
  14. Chamanna_Cluozza (448 Bytes)
  15. Nationalliga_A (449 Bytes)
  16. Wildpark_Peter_und_Paul (455 Bytes)
  17. Armee_XXI (464 Bytes)
  18. Grosses_Moos (472 Bytes)
  19. Kurt_Aeschbacher (477 Bytes)
  20. Vättis (486 Bytes)
  21. Cavaglia (489 Bytes)
  22. Brünigpass (490 Bytes)
  23. Lesesäcke (502 Bytes)
  24. Nationalliga_C (504 Bytes)
SELECT CONCAT( '# [[', cur_title, ']] (', LENGTH( cur_text ) , ' Bytes)' )
 FROM cur
 WHERE cur_text LIKE '%<!--schweizbezogen-->%'
 AND NOT cur_text LIKE '%{{Begriffsklärung}}%'
 AND NOT cur_text LIKE '%#REDIRECT %'
 ORDER BY LENGTH( cur_text ) ASC , cur_timestamp ASC
 LIMIT 20
  1. Schweizer_Fussballverein (182 Bytes)
  2. Binz_(Maur) (291 Bytes)
  3. Gamsen_VS (341 Bytes)
  4. Riviera_(Schweiz) (342 Bytes)
  5. Brigerbad (344 Bytes)
  6. Villars-sur-Ollon (356 Bytes)
  7. Ospizio_Bernina (424 Bytes)
  8. Julia_(Fluss) (430 Bytes)
  9. Nuolen (433 Bytes)
  10. Quinten (446 Bytes)
  11. Unterwalden (447 Bytes)
  12. Chamanna_Cluozza (448 Bytes)
  13. Nationalliga_A (449 Bytes)
  14. Wildpark_Peter_und_Paul (455 Bytes)
  15. Armee_XXI (464 Bytes)
  16. Grosses_Moos (472 Bytes)
  17. Kurt_Aeschbacher (477 Bytes)
  18. Vättis (486 Bytes)
  19. Cavaglia (489 Bytes)
  20. Brünigpass (490 Bytes)