Skip to content

Instantly share code, notes, and snippets.

@devmnj
Created January 23, 2024 10:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save devmnj/ef8a044bb7b688afb8a087fd63702242 to your computer and use it in GitHub Desktop.
Save devmnj/ef8a044bb7b688afb8a087fd63702242 to your computer and use it in GitHub Desktop.
MSSQL REPLACING SINGLE QUOTE
UPDATE TABLE_NAME SET COL1= REPLACE(COL1,'''','"')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment