phpbar.de logo

Mailinglisten-Archive

Left Join Abfrage
Archiv Mailingliste mysql-de

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Left Join Abfrage




Hallo,

ich quäle mich mit der folgenden Abfrage:

	$query = "select distinct t1.*, t2.*, t3.* ";
	$query.= "from ca_art AS t1 ";
	$query.= "Left Join ca_art_such AS t2 ";
	$query.= "Left Join ca_shop AS t3 ";
	$query.= "where t1.id = t2.ArtId ";
	$query.= "and t1.ShopId = t3.shop_id ";
	$query.= "order by t1.art_bez";

und komme um diese Fehlermeldung einfach nicht drumherum:

"Supplied argument is not a valid MySQL result resource in ..."

Kann mir jemand sagen, was ich da falsch mache?

Vielen Dank

Gruß Dietmar

---
*** Weitere Infos zur Mailingliste und MySQL unter http://www.4t2.com/mysql 


Home | Main Index | Thread Index

php::bar PHP Wiki   -   Listenarchive