- 11
- 0
- 约1.06万字
- 约 60页
- 2019-09-10 发布于江西
- 举报
oracle if then end if; if then else End if; if then elsif then end if; case语句 Sql编程 例子: declare @szbz int set @szbz=3 if @szbz=1 select szbz=1 else if @szbz=2 select szbz=2 else select szbz=3 Sql编程 set serveroutput on declare szbz int; begin szbz:=3; if szbz=1 then dbms_output.put_line(szbz=1); elsif szbz=2 then dbms_output.put_line(szbz=2); else dbms_output.put_line(szbz=3); end if; end; / Sql编程 case语句 case nwhen 1 then Action1; when 2 then Action2; when 3 then Action3; else ActionOther;end case; Case --CASE 表达式 when n = 1 then Action1;when n = 2 th
您可能关注的文档
最近下载
- 某某集团办公系统建设方案.docx VIP
- 胺碘酮输液反应静脉炎的预防及处理措施PPT课件.pptx VIP
- 2020心肺复苏PPT(完整版).ppt VIP
- DB13(J)∕T 建设工程消耗量标准及计算规则 勘误.pdf VIP
- 混凝土试块留置方案.docx VIP
- 钢结构监理实施细则(全).docx VIP
- 毕节市招聘大学生乡村医生事业编制人员考试真题2024.docx
- 深度解析(2026)《GBT 39114-2020纳米技术 单壁碳纳米管的紫外可见近红外吸收光谱表征方法》.pptx VIP
- 2024年7月1日实施新版医疗器械经营设施设备维护和验证校准管理制度.pdf
- BIM技术在施工进度管理中应用技术方案.docx VIP
原创力文档

文档评论(0)