Shadowhelix:Datenbank/Statistiken: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Loki (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „==Illustrationen== ===Am häufigsten wiederverwendete Illustration=== <pre>SELECT id_illustration, COUNT(id_illustration) FROM illustration_source GROUP BY id…“) |
Loki (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
Zeile 2: | Zeile 2: | ||
===Am häufigsten wiederverwendete Illustration=== | ===Am häufigsten wiederverwendete Illustration=== | ||
<pre>SELECT id_illustration, COUNT( | <pre>SELECT id_illustration, COUNT(DISTINCT id_source) | ||
FROM illustration_source | FROM illustration_source | ||
GROUP BY id_illustration | GROUP BY id_illustration | ||
ORDER BY COUNT(id_source) DESC</pre> | ORDER BY COUNT(DISTINCT id_source) DESC</pre> | ||
{| class="infotable" | {| class="infotable" | ||
Zeile 11: | Zeile 11: | ||
!Häufigkeit | !Häufigkeit | ||
|- | |- | ||
| | |256083 | ||
| | |4 | ||
|- | |||
|13865 | |||
|3 | |||
|- | |- | ||
| | |79428 | ||
| | |3 | ||
|- | |- | ||
| | |128364 | ||
| | |3 | ||
|- | |||
|384576 | |||
|3 | |||
|- | |||
|395672 | |||
|3 | |||
|- | |||
|402619 | |||
|3 | |||
|- | |- | ||
| | |452136 | ||
| | |3 | ||
|- | |- | ||
| | |473098 | ||
| | |3 | ||
|- | |- | ||
| | |485721 | ||
| | |3 | ||
|- | |- | ||
|526407 | |526407 | ||
| | |3 | ||
|- | |||
|709823 | |||
|3 | |||
|- | |- | ||
| | |895617 | ||
| | |3 | ||
|} | |} |
Version vom 26. April 2016, 20:59 Uhr
Illustrationen
Am häufigsten wiederverwendete Illustration
SELECT id_illustration, COUNT(DISTINCT id_source) FROM illustration_source GROUP BY id_illustration ORDER BY COUNT(DISTINCT id_source) DESC
id_illustration | Häufigkeit |
---|---|
256083 | 4 |
13865 | 3 |
79428 | 3 |
128364 | 3 |
384576 | 3 |
395672 | 3 |
402619 | 3 |
452136 | 3 |
473098 | 3 |
485721 | 3 |
526407 | 3 |
709823 | 3 |
895617 | 3 |