Created
June 9, 2020 10:27
-
-
Save ngtrieuvi92/e2b6bab55f16a2bce58ee93596c2ae90 to your computer and use it in GitHub Desktop.
sql-update-witth-concat-string #sql #masking
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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