We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
When use parser to parse the sql like this:
update tbl_customer t set t.`description`=:yp where t.id=1;
the parser failed.it seems the parser cann't handle sql parameter in the SET sub-clause.