BF2033473

Remove Order By clause from view
This commit is contained in:
tspc 2008-08-01 09:13:53 +00:00
parent b91ba87135
commit 8954df6676
2 changed files with 0 additions and 2 deletions

View File

@ -13,7 +13,6 @@ CREATE OR REPLACE VIEW rv_pp_product_bomline
bl.validfrom, bl.validto, bl.qtybom, bl.qtybatch, bl.isqtypercentage
FROM t_bomline t LEFT OUTER JOIN pp_product_bomline bl
ON t.pp_product_bomline_id = bl.pp_product_bomline_id
ORDER BY t.seqno
;
-- Aug 1, 2008 2:55:39 PM EST

View File

@ -13,7 +13,6 @@ CREATE OR REPLACE VIEW rv_pp_product_bomline
bl.validfrom, bl.validto, bl.qtybom, bl.qtybatch, bl.isqtypercentage
FROM t_bomline t LEFT OUTER JOIN pp_product_bomline bl
ON t.pp_product_bomline_id = bl.pp_product_bomline_id
ORDER BY t.seqno
;
-- Aug 1, 2008 2:55:39 PM EST