etc.
-
-Ursprüngliche Nachricht-
Von: Peter Brawley [mailto:[EMAIL PROTECTED]
Gesendet: Samstag, 13. März 2004 06:40
An: B. Fongo; [EMAIL PROTECTED] Mysql. Com
Betreff: Re: Problem selecting from 3 tables
&
>I'm having trouble with sql statement to select from 3 tables.
>The first column is in ProductsPics and the rest in Products.
>(qq{SELECT PictureName, ProdName, Description, SalesPrice FROM Products
>INNER JOIN
>ProdCategory USING(CategoryNr) INNER JOIN ProductsPics
>USING(ProdNr) WHE
I'm having trouble with sql statement to select from 3 tables.
The first column is in ProductsPics and the rest in Products.
(qq{SELECT PictureName, ProdName, Description, SalesPrice FROM Products
INNER JOIN
ProdCategory USING(CategoryNr) INNER JOIN ProductsPics
USING(ProdNr) WHERE