oracle定义变量

1 应用别的表的字段是用%type类型:

    g_dic_account  t_isdt_data_dictionary.dic_value%type; -- 系统用户
    g_dic_name    t_isdt_data_dictionary.dic_value%type; -- 系统名称
    G_countern     t_isdt_data_dictionary.dic_value%type; --邮件内容

2 直接定义:

3 


4 存储过程定义:
procedure ISDT_REGIST_SENDEMAIL
(P_USER_ID  in varchar2,p_msg OUT VARCHAR2is

    g_dic_account  t_isdt_data_dictionary.dic_value%type; -- 系统用户
    g_dic_name    t_isdt_data_dictionary.dic_value%type; -- 系统名称
    g_countern     t_isdt_data_dictionary.dic_value%type; --邮件内容
begin
    ----
end


------------------------------------------------------------------------------------
PL/SQL Developer Test script 3.0
19
-- Created on 2017/3/10 by WWX397311 
declare 
  -- Local variables here
  dd varchar2(32);
begin
 select max(t.task_id) 
    into dd
    from T_ISDT_VEHICLE_TASK_LAST t
    where t.car_num = '粤BBU661'
    and rownum = 1
    order by t.created_date desc;
    
    if dd is null then
      dbms_output.put_line('-------没有查询结果');
    else
      dbms_output.put_line('I way see it,he is upset guy''s values is=' || dd);
    end if; 
  
end;
0
0

 

转载于:https://www.cnblogs.com/yitong/p/6644696.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值