Skip to content

Instantly share code, notes, and snippets.

@jonezy
Created August 2, 2013 17:31
Show Gist options
  • Save jonezy/6141719 to your computer and use it in GitHub Desktop.
Save jonezy/6141719 to your computer and use it in GitHub Desktop.
update mini ca codes
UPDATE TableName
SET CACode = REPLACE(CACode, SUBSTRING(CACode, 1, 2), '14')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment