摘要: 一、 IO流体系概览 阅读全文
posted @ 2021-03-02 14:03 Innocent_Blog 阅读(48) 评论(0) 推荐(0)
摘要: while 循环插入测试数据 1.创建存储过程 create or replace procedure proc_test_while is i number; begin i := 0; while i < 40 loop i := i + 1; insert into table_name (x 阅读全文
posted @ 2021-03-02 09:32 Innocent_Blog 阅读(751) 评论(0) 推荐(0)
// 侧边栏目录 // https://blog-static.cnblogs.com/files/douzujun/marvin.nav.my1502.css