I recently upgraded to Fedora 7 with mysql 5.0.37. The following SQL query works great with 4 but not with this version.SELECT t1.attributeid, t1.attribute, t1.attributetype_id, t2.attribute_type, count(t3.user_id) as members FROM tblattribute
More...