use EMIS go select * from t_student go update t_student set comment = '正常' go select * from t_student go