摘要: 1 -- 循环输出用户表信息(游标提取) 2 declare 3 -- 提取游标对象,方便单独维护SQL 4 cursor cursor_all_users is 5 select user_id, username, created from all_users; 6 -- 游标子项(更多的时候, 阅读全文
posted @ 2021-04-08 21:14 iHey 阅读(362) 评论(0) 推荐(0)