Hello!
I found the MySQL command on the network:
UPDATE `tablitsa` SET `pole` = REPLACE( pole, 'А', 'Б' ) That is, if I ask to replace "A" with "B", then in the field all the words "A" will be replaced with "B". And I need to replace only the first occurring word in the field with the given one, and do not touch the next ones. I read the manual of muscle for a long time, but did not find the answer. How to do it?
Thank!