摘要:
一、 IO流体系概览 阅读全文
posted @ 2021-03-02 14:03
Innocent_Blog
阅读(46)
评论(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
阅读(745)
评论(0)
推荐(0)