These forums have been archived and are now read-only.
The new forums are live and can be found at https://forums.eveonline.com/
Mineral only BPO list
SELECT bpI.typeNameFROM industryactivitymaterials bp JOIN invTypes bpI ON bp.typeID = bpI.typeID JOIN invTypes matI ON bp.materialTypeID = matI.typeIDWHERE bp.activityID = 1 and bpI.published = trueGROUP BY bpI.typeNameHAVING GROUP_CONCAT(DISTINCT matI.groupID) = '18'
Woo! CSM XI!
Fuzzwork Enterprises
Twitter: @fuzzysteve on Twitter
SELECT bpI.typeName, bpI.typeID, matI.typeName, bp.quantityFROM industryactivitymaterials bp JOIN invTypes bpI ON bp.typeID = bpI.typeID JOIN invTypes matI ON bp.materialTypeID = matI.typeIDWHERE bp.activityID = 1 and bpI.published = trueGROUP BY bpI.typeName, matI.typeNameHAVING GROUP_CONCAT(DISTINCT matI.groupID) = '18'