I have a table with a column that is text.
Let's assume
db name: database
table name: table
text column: column
Now I need to replace particular instance of the word monkey with donkey in this text field, but the field is loaded with a lot of text data.
What query would I use?
Let's assume
db name: database
table name: table
text column: column
Now I need to replace particular instance of the word monkey with donkey in this text field, but the field is loaded with a lot of text data.
What query would I use?