亿华智慧云亿华智慧云

Oracle case语句语法简介

Oracle case语句语法简介
复制declare   v_count number;   begi   select count(*) into v_count from cip_temps;   case v_count   when 1 then   dbms_output.put_line(when 1操作___v_cont的语句语法值:|| v_count);   when 5 then   dbms_output.put_line(when 5操作___v_count的IT技术网值:|| v_count);   when 10 then   dbms_output.put_line(when 10操作____v_count的免费信息发布网值:|| v_count);   else   dbms_output.put_line(else操作____v_cout的b2b供应网值:||v_count);   end case;   end;   /   1.2.3.4.5.6.7.8.9.10.11.12.13.14.15.16.
赞(81769)
未经允许不得转载:>亿华智慧云 » Oracle case语句语法简介