Forum: SQL |
Thema:
Re: MSSQL Abfragen verbinden |
Von:
Thomas Golla (
23.05.2006 08:37) |
Hi Guest,
probier doch mal ob dir sowas (oder ähnliches) weiterhelfen könnte
SELECT h1.Product, h1.FY, SUM(h1.Ord_Qty) AS sum_qty_fsu1, SUM(h2.Ord_Qty) AS sum_qty_fsu2
FROM Historical_Prod_Sales_Data h1, Historical_Prod_Sales_Data h2
WHERE h1.product = h2.product
and h1.Product LIKE '8703B' AND (h1.FM IN (01, 02, 03, 04, 05, 06) AND h1.ActualSupplier <> 'non-fsu')
and h2.Product LIKE '8703B' AND (h2.FM IN (01, 02, 03, 04, 05, 06) AND h2.ActualSupplier LIKE 'non-fsu'
GROUP BY Product, FY
LG
Tom
Betreff |
Von |
Datum |
|
|
Re: MSSQL Abfragen verbinden
Schonmal nicht schlecht aber ich bekomme leider noch falsche Werte raus. Ich werde mal weiter probieren. Danke erstmal. |
|
|
|
|
|
G.
Guest
|
23.05.2006 11:23 |
|
|
Antworten
Vorsicht bei der Eingabe: Die Zeichen ' oder -- sind nicht erlaubt!