How shal I add a specified character to every record in a colume?
I tried
UPDATE table_name
SET field_name ='character' +field_name
But on the first run it returned the correct colume but with no character added
When closed and attemted to run again? it would not open saying "this action has been blocked in the switch-off mode" (I tranlate it from Russian into English so the actual wording in English might be different)