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.
暂不支持更新nested对象和array对象
update students set name='tom' identify by '123'; -- update update student set class='1班',code=12,numList=[1,2,3,'4'] where age>10; --update by query