Skip to content

Instantly share code, notes, and snippets.

@akanieski
Created December 3, 2013 19:18
Show Gist options
  • Save akanieski/7775831 to your computer and use it in GitHub Desktop.
Save akanieski/7775831 to your computer and use it in GitHub Desktop.
TSQL - Email Validation
select * from people where email not like '%_@_%_.__%'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment