Skip to content

Instantly share code, notes, and snippets.

@ngtrieuvi92
Created June 9, 2020 10:27
Show Gist options
  • Save ngtrieuvi92/e2b6bab55f16a2bce58ee93596c2ae90 to your computer and use it in GitHub Desktop.
Save ngtrieuvi92/e2b6bab55f16a2bce58ee93596c2ae90 to your computer and use it in GitHub Desktop.
sql-update-witth-concat-string #sql #masking
update user set email = IFNULL (CONCAT( username , "@geekup.io" ), "[email protected]")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment