暂不支持更新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
There was an error while loading. Please reload this page.