为了账号安全,请及时绑定邮箱和手机立即绑定

oracle的using子句

oracle的using子句

fenkapian 2017-04-08 10:33:18
-- Created on 2017/4/8 by ADMINISTRATOR declare   -- Local variables here  v_sql varchar2(300);  v_deptno teacher.deptno%type:=308; begin  -- Test statements here  v_sql := 'update teacher set sal=sal+100 where deptno=:1 '; /* if v_dept is not null then    v_sql := v_sql ||' and deptno ='||v_dept;  end if;  if v_name is not null then    v_sql := v_sql ||' and tname ='''||v_name||'''';  end if;  if v_gender is not null then    v_sql := v_sql || ' and gender='''||v_gender||'''';  end if;*/  execute immediate v_sql;  using v_deptno;end;怎么老是出错 什么问题啊
查看完整描述

1 回答

?
呦呦米

TA贡献90条经验 获得超59个赞

可把报的错贴上来看看,具体分析

查看完整回答
反对 回复 2017-05-09
  • 1 回答
  • 0 关注
  • 1689 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信