Advertisement
saleks28

Untitled

Sep 23rd, 2020
305
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. SELECT DISTINCT CS_Component.Accountable_Emp Lower , CS_ComponentUpper.Accountable_Emp Upper
  2. FROM CS_Component, CS_Component CS_ComponentUpper
  3. WHERE CS_Component.NextComponent=CS_ComponentUpper.ComponentID AND CS_Component.Critical>CS_ComponentUpper.Critical;
  4.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement