Basically, I’d like to do something like the following. i.e. place all strings “USA” with “US.”
insert into table (column1) values ('US') WHERE << column1 = 'USA' >>
What is the correct query to perform the the above? This is within the same table.
Do you mean?