I want a query to update a table named users where emails are not entered properly.
Like this:
praneeth@gmail
ram@gmail.co
krishna@gma
farooq@gmail.com
I need a query to make sure that all the text after @
is set to gmail.com
for all the text ending with @gma
or @gmail.co
or @gmail
or gmai
Please assist me!
BTW I'm using SQL Server 2008 Express edition.