8 lines
180 B
Cheetah
8 lines
180 B
Cheetah
SELECT
|
|
fm.item_type_id,
|
|
fm.slot,
|
|
COUNT(DISTINCT fm.killmail_id) as count
|
|
FROM modules fm
|
|
WHERE fm.killmail_id IN ?
|
|
GROUP BY fm.item_type_id, fm.slot
|
|
ORDER BY count DESC |