select a.*,am.level from jos_wmart_article as a left join jos_wmart_article_map as am on a.id=am.item_id and am.item_id=am.children_id where a.active=1 and a.iactive=1 and a.parent_id=3172 group by a.id order by a.ordering
Disk full (/tmp/#sql-temptable-132c77-97316-42f3.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")