【单选题】
如何实现文章表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
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
A、A.选择字段,选择记录,编辑记录,实现计算,建立新表,设置格式 B、B.选择字段,选择记录,编辑记录,实现计算,建立新表,更新关系 C、C.选择字段,选择记录,编辑记录,实现计算,建立新表,建立数据库 D、D.选择字段,选择记录,编辑记录,实现计算,建立新表,建立基于查询的查询
A、取消更新表TEST2中的NAME值 B、更新之前保证TEST2中有ID为2的记录 C、取消更新表TEST2中ID为2的记录的NAME值 D、更新操作完成之后赋给NAME原来的旧值