I have a problem with updating fields a_body table article
I need to change the content of a_body
I do
Code: Select all
update article set a_body='change contetnt......' where ticket_id=4308 and id=13376;
Moderator: crythias
Code: Select all
update article set a_body='change contetnt......' where ticket_id=4308 and id=13376;