phpbar.de logo

Mailinglisten-Archive

Re: SQL: Bitte Hilfe
Archiv Mailingliste mysql-de

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

Re: SQL: Bitte Hilfe



Hallo,

> SELECT items.*, quantity.quantitydescshort, vat.vatpercent,
> currency.currencydescshort FROM [currency] JOIN (vat JOIN (quantity JOIN
> items ON quantity.quantityunitid = items.quantityunitid) ON vat.vatid =
> items.vatid) ON currency.currencyid
>  = items.currencyid WHERE items.itemid IN ('1','2','5')

SELECT items.*, ....  FROM currency, vat, quantity, items WHERE ......;

Ansonsten hilft bestimmt das MySQL Handbuch - Kapitel 7... speziell 7.15 und 7.16 (Select und join Syntax).

Und das "[" und "]" hat nichts in mysql zu suchen ... 

Mit besten Grüßen,

Konrad Neitzel

-- 
Konrad Neitzel
Kesselsdorfer Str. 41
01159 Dresden
_______________________________________________________________________
1.000.000 DM gewinnen - kostenlos tippen - http://millionenklick.web.de
IhrName_(at)_web.de, 8MB Speicher, Verschluesselung - http://freemail.web.de

---
*** Abmelden von dieser Mailingliste funktioniert per E-Mail
*** an mysql-de-request_(at)_lists.4t2.com mit Betreff/Subject: unsubscribe


Home | Main Index | Thread Index

php::bar PHP Wiki   -   Listenarchive