BASED IN Antioch, TENNESSEE, CNM TECH IS A BLOG BY CHARLES MCDOWELL. HIS POSTS EXPLORE his studies on computer technology through photos, cool quotes, and study guides.

SQL, How to use a replace function in an update statement.

By Charles McDowell

Comptia Certified Linux Networking Professional.

Cisco Certified Networking Technician.

Microsoft Technology Associate Database Administration

“Failure is an option here. If things are not failing, you are not innovating ”
— Elon Musk

An example of using and update statement to replace a value with another value on a table.

update table
set Field = replace(convert(varchar(max), Field), 'Find', 'Replace')
where clause

Study on nonplayable characters in video games.

Docker, set up a Docker Image and FIle