Skip to content

Instantly share code, notes, and snippets.

@katydorjee
Created November 13, 2023 09:44
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 katydorjee/87ccf4e34f87bb06df2963b1a0075e40 to your computer and use it in GitHub Desktop.
Save katydorjee/87ccf4e34f87bb06df2963b1a0075e40 to your computer and use it in GitHub Desktop.
SQL Query Email address pattern check
SELECT ID, FirstName, LastName, EmailAddress FROM CustomerMaster
WHERE EmailAddress NOT LIKE '%_@__%.__%'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment