Mailinglisten-Archive |
Hallo Thomas, > -----Original Message----- > From: Technik via echtwahr.com [mailto:technik at echtwahr.com] > Hallo nochmal, > > kann ich dieses auch in irgendeiner form als count benutzen? > > > select IFNULL(a1.itNum,a2.itNum) as newItNum > > from > > tblCats B > > LEFT JOIN tblItemCat a1 on (a1.itCategory = B.catChild) and > a1.itLand in > > (1,4,6,9,0) > > LEFT JOIN tblItemCat a2 on (a2.it2ndCat = B.catChild) and a2.itLand in > > (1,4,6,9,0) > > where b.catParent=9719 > > group by newItNum ...count(distinct IFNULL(... Meinst du das? Übrigens, ohne das Having (ok war wohl fehlerhaft), nimmt er eventuell auch mal ne newItNum = NULL auf, wenn kein match in tblCats für beide Kathegorien besteht. Gruß & Feierabend, Michael Donning -- Infos zur Mailingliste, zur Teilnahme und zum An- und Abmelden unter -->> http://www.4t2.com/mysql
php::bar PHP Wiki - Listenarchive