Guest User

Untitled

a guest
Jan 21st, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. s/([0-9](?<![0-9]))/01/g
  2.  
  3. REGEXP_REPLACE(REGEXP_REPLACE(col, '([0-9]+)', '01'), '0([0-9]{2})', '1')
Add Comment
Please, Sign In to add comment