Hallo DeddyH
Vielen Dank für Deine schnelle Antwort!
So habe ich es probiert:
SQL-Code:
select WATENR, sum(LSLGBE) as Lagerbestand from oms14
where WATENR in
(select as400.WATENR from beobachten
join as400 on beobachten.WAAUNR= as400.WAAUNR
where UserID=1)
Leider bekomme ich die Fehlermeldung:
Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is illegal if there is no GROUP BY clause
Hast Du da eine Erklärung für? Für sich genommen funktioniert die Subquery...
Danke
Ykcim