set serveroutput on
declare
l_fee_xl number(18, 2);
begin
select nvl(西药费, 0) into l_fee_xl from tmp_zy_invoice_list_611;
dbms_output.put_line(to_char(l_fee_xl));
end;
赞
踩
set serveroutput on
declare
l_fee_xl number(18, 2);
begin
select nvl(西药费, 0) into l_fee_xl from tmp_zy_invoice_list_611;
dbms_output.put_line(to_char(l_fee_xl));
end;
转载于:https://www.cnblogs.com/cq5811809/p/3689245.html
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。