database: attribute and view changes
This commit is contained in:
@ -35,7 +35,7 @@ FROM delivery_part p
|
||||
GROUP BY p.year, p.did, p.dpnr
|
||||
ORDER BY p.year, p.did, p.dpnr;
|
||||
|
||||
CREATE VIEW v_bin AS
|
||||
CREATE VIEW v_delivery_bin AS
|
||||
SELECT year, mgnr,
|
||||
sortid || IIF(min_quw, REPLACE(COALESCE(attributes, ''), ',', ''), '_') AS bin,
|
||||
SUM(weight) AS weight
|
||||
|
Reference in New Issue
Block a user