My table looks like this
+----------------+
| column_name |
+----------------+
| abcOLDdefOLd |
| OLDjklmOLD |
| tuvwxyzOLDOLD|
+----------------+
To change only first occurrence of the string 'OLD' into 'NEW'
we can use following query. (Replace wont work as it replaces all occurrences)
