摘要:
--将emp表中奖金为空的数据改为0(显示游标更新行) declare v_emp emp%rowtype; --设置一个变量 cursor c_emp is --设置一个显示游标,找出奖金为空的数据进行更新 select * from emp where comm is null for upda 阅读全文
posted @ 2023-04-12 11:54
Argitacos
阅读(26)
评论(0)
推荐(0)