Advertisement
Guest User

Untitled

a guest
Aug 19th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. Case When 'COLUMN_1' = 7777 Then regexp_replace(input_string, regex, replacement)
  2. End
  3.  
  4. Case When 'COLUMN_1' = 7777 Then regexp_replace(“COLUMN_2”, right(contents of the field ,2), 99)
  5. End
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement