Skip to content
iamazy edited this page Dec 15, 2019 · 3 revisions

Update(Update By Query)

暂不支持更新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
Clone this wiki locally