Mailinglisten-Archive |
Zobel Michel schrieb: > da auf der Mysql Mailingliste nix los ist und ich mal frech behaupte das > viele hier eh PHP benutzen. Na gut könnte man auch von Apache behaupten. > Oder gibt es noch Mailinglisten mit Thema MySQL und Traffic? dbs at phpbar.de www.phpbar.de mysql-de at lists.mysql.com mysql-de at lists.4t2.com > Ich möchte die Anzahl der Rows in 2 Tabellen in denen im selben Feld die > Nummer z.B. 77 vorkommt. Was mit einer Tabelle wunderbar funktioniert > scheint bei 2+ Tabellen doch eine Hürde zu sein. > > meine Versuche: > > SELECT count( tabelle1.id ) AS rowcounta, count( tabelle2.id ) AS > rowcountb > FROM tabelle1, tabelle2 > WHERE tabelle1.picturenumber = '77' OR tabelle2.picturenumber = '77' ... COUNT (DISTINCT tabelle1.id) ... http://dev.mysql.com/doc/mysql/en/GROUP-BY-Functions.html#IDX1481 -- Sebastian Mendel (www.sebastianmendel.de) *www.warzonez.de* | www.tekkno4u.de | www.nofetish.com
php::bar PHP Wiki - Listenarchive