随笔- 40  文章- 0  评论- 1  阅读- 27465 
04 2022 档案
Oracle游标或存储过程
摘要:/* 方式1:可执行选取代码块允许 */ declare cursor cur_tmp is ( select '' as tmp_status from dual ); begin for tmp_row in cur_tmp loop if tmp_row.tmp_status='0' then 阅读全文
posted @ 2022-04-02 15:50 dianli 阅读(46) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示