Shadowhelix:Datenbank/Statistiken: Unterschied zwischen den Versionen

Aus Shadowhelix
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „==Illustrationen== ===Am häufigsten wiederverwendete Illustration=== <pre>SELECT id_illustration, COUNT(id_illustration) FROM illustration_source GROUP BY id…“)
 
Keine Bearbeitungszusammenfassung
Zeile 2: Zeile 2:


===Am häufigsten wiederverwendete Illustration===
===Am häufigsten wiederverwendete Illustration===
<pre>SELECT id_illustration, COUNT(id_illustration)
<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
|-
|-
|47269
|256083
|5
|4
|-
|13865
|3
|-
|-
|493861
|79428
|5
|3
|-
|-
|76541
|128364
|4
|3
|-
|384576
|3
|-
|395672
|3
|-
|402619
|3
|-
|-
|158690
|452136
|4
|3
|-
|-
|256083
|473098
|4
|3
|-
|-
|257139
|485721
|4
|3
|-
|-
|526407
|526407
|4
|3
|-
|709823
|3
|-
|-
|584721
|895617
|4
|3
|}
|}

Version vom 26. April 2016, 21: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