操作数据库
2017-06-06 本文已影响0人
仲伟
create table
insert into 只能操作一个表
update
update
set 成绩 = 成绩*12
where (select xuehao from 学生 where 所在系 = '数据')
create table
insert into 只能操作一个表
update
update
set 成绩 = 成绩*12
where (select xuehao from 学生 where 所在系 = '数据')