ok i want to execute this query in PHPMyAdmin
update dle_post set full_story =concat(full_story ,"[H1]My List[/H1]
[RL1]") where category="283"
but want to add some thing like
if ” )” in full_story or in short_story then this will execute
thanks
Add this condition –