MySQL Forums
Forum List  »  General

Re: MySQL table filed with text datatype inserting some script value automatically and ignored user input
Posted by: Sivan Bala
Date: June 12, 2016 11:53PM

Hi Peter,

Thank you for your response.

I have checked with insert and update query using mysql workbench like

insert tabl_mytab (id,sessionvalue,notes) values (11,'ewewzxzx','')
insert tabl_mytab (id,sessionvalue,notes) values (11,'ewewzxzx','test value')

update tabl_mytab set Notes=''
update tabl_mytab set Notes='test value'

But i couldn't change that value.

I have checked the trigger, but there is no trigger for that table.


Thanking You

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.