I want to update multiple attributes of same field in SQL. How can I write a single query to perform this task in SQL?
I am attaching the picture for assistance to this question. Please suggest me one line query to perform this task, i.e. to update all number from '111' to '555' and '222' to '999' with single line SQL Query.