Guest User

Untitled

a guest
Jan 22nd, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. (NVL(N.col1,'-') <> NVL(O.col1,'-')) OR
  2. (NVL(N.col2,-1) <> NVL(O.col2,-1))
  3.  
  4. NVL(N.col1,'-') <> NVL(O.col1,'-') OR
  5. NVL(N.col2,-1) <> NVL(O.col2,-1) OR
Add Comment
Please, Sign In to add comment