Rexolio
Technical User
- Aug 29, 2001
- 230
I have a field in a SQL database for email addresses. I have 45,000 records. Out of those at least a few hundred or home.com email addresses. As you probably know, home.com went out of business and all home.com email addresses changed over to attbi.com. I'm wanting to do a UPDATE for just those fields that contain @home.com, and change just that part to @attbi.com. Only know how to update the entire field. Is there a way to do this. I know the replace function in Access gives you the option, but don't know about SQL.