Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- SELECT DISTINCT CS_Component.Accountable_Emp Lower , CS_ComponentUpper.Accountable_Emp Upper
- FROM CS_Component, CS_Component CS_ComponentUpper
- WHERE CS_Component.NextComponent=CS_ComponentUpper.ComponentID AND CS_Component.Critical>CS_ComponentUpper.Critical;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement