单项选择题
如何实现文章表news,id字段值为5记录的点击数字段num自增()。
A.Update news set num=num+1;
B.Update news set num=num+1 where id==5
C.Update news set num=num++ where id=5
D.Update news set num=num+1 where id=5
点击查看答案&解析
相关考题
