Guest User

Untitled

a guest
Nov 22nd, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. UPDATE bg.bg."DEV"
  2. SET "comments" = REPLACE(comments, X'9D','')
  3. WHERE "comments" like '%'||x'9D'||'%';
  4.  
  5. ERROR: "%" is not a valid binary digit
  6. LINE 3: WHERE "comments" like '%'||x'9D'||'%';
  7. ^
Add Comment
Please, Sign In to add comment