These forums have been archived and are now read-only.
The new forums are live and can be found at https://forums.eveonline.com/
Finding low/mid/high slots for T3D's
SELECT TRIM(attribtypes.attributename), coalesce(attrib.valueFloat, attrib.valueInt) as valueFROM dgmTypeAttributes AS attrib INNER JOIN invTypes AS type ON attrib.typeID = type.typeID INNER JOIN dgmAttributeTypes AS attribtypes ON attrib.attributeID = attribtypes.attributeIDWHERE attribtypes.attributename IN ('lowSlots', 'medSlots', 'hiSlots', 'rigSlots', 'maxSubSystems', 'lowSlotModifier','medSlotModifier','hiSlotModifier')AND type.typeName = 'Stratios';