These forums have been archived and are now read-only.
The new forums are live and can be found at https://forums.eveonline.com/
Any Market Data
Woo! CSM XI!
Fuzzwork Enterprises
Twitter: @fuzzysteve on Twitter
select invTypes.typeid from invTypes join invGroups on invTypes.groupid=invGroups.groupid where categoryid=8;
select typeid,typename,invGroups.categoryID,categoryName,invTypes.groupID,groupName,invTypes.marketGroupID,marketGroupName from invTypesjoin invGroups on invTypes.groupid=invGroups.groupidjoin invCategories on invGroups.categoryid=invCategories.categoryidjoin invMarketGroups on invTypes.marketgroupid=invMarketGroups.marketgroupidjoin invCategories on invGroups.categoryid;