mkw1351
2016-06-03 19:48
在有条件更新表中的数据时,如条件设定为:where student_name= 空,也就是说我的学生名字字段中没有写名字的行;另外一种就是我的表中where regdate=系统时间,这个系统时间我在输入时怎么来写,如果系统时间显示为:03-6月 -16
update student set student_name='pull' where regdate='';
第一个问题语句这样写:update table_name(表名) set student_name = '空';
第二个问题语句这样写:update table_name(表名)set regdate=sysdate;。
Oracle数据库开发必备利器之SQL基础
160642 学习 · 641 问题
相似问题
回答 1
回答 1