I'm trying to execute this MySQL to update my text
update options SET option = 'My option here' where optionid='613b6d428be3e'
But, I am getting this error:
Is there a way to update it without changing column name "option'
I'm trying to execute this MySQL to update my text
update options SET option = 'My option here' where optionid='613b6d428be3e'
But, I am getting this error:
Is there a way to update it without changing column name "option'