This commit is contained in:
parent
5473f7a308
commit
51078c804b
|
@ -21,7 +21,6 @@ BEGIN
|
|||
FROM (SELECT DISTINCT itemFk, warehouseFk FROM tmp.itemCalc) t2
|
||||
) t1
|
||||
GROUP BY itemFk, warehouseFk, dated
|
||||
HAVING warehouseFk
|
||||
ORDER BY itemFk, warehouseFk, dated;
|
||||
|
||||
SET @lastItemFk := 0;
|
||||
|
|
Loading…
Reference in New Issue