I was trying to update approx 20,000 records in a table by using statements like this one, however, I got the message say 0 row(s) affected so it didn\'t work.<
0 row(s) affected
Try replace keyword UPDATE nc_files SET title = REPLACE(title, 'PC01', 'Worklog details') WHERE log_name LIKE '%PC01%'
nc_files
title