I would like to manipulate a subset of a table called "users". I want to change the email domain of only those user records that have "cjj.com" as their domain", and change that to "ck1.org". Here is my sql code:
update users (select email from users where email like '%cjj.com')