I need to use minus in the formulae for a running total..The query that requires this in sql/toad is
select shipnode_key, count(1) backorderedcnt from
(select isn.shipnode_key, ol.order_line_key from
yfs_order_line ol,
yfs_order_header oh,
yfs_item_ship_node isn,
yfs_order_release_status ors...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.