I’m trying to do a select query where I’m trying to change the value.
select * from config where category = 'basic'
For example I would like that the output shows ‘general’ instead of ‘basic’. But I don’t want to update all the ‘basic’ value’s into ‘general’
Is there a way to do this?
Try this:
or, in this particular case: