代码搜索:fetch
找到约 3,617 项符合「fetch」的源代码
代码结果 3,617
www.eeworm.com/read/301756/13848971
txt 存储过程2.txt
create procedure zdel is
v_jsl base.jsl%type;
cursor cur_1 is select jsl from base
where jsl=0;
begin
open cur_1;
loop
fetch cur_1 into v_jsl;
exit when cur_1%NOTFOUND;
delete from bas
www.eeworm.com/read/476941/6743298
c sysfile.c
#include "types.h"
#include "defs.h"
#include "param.h"
#include "stat.h"
#include "mmu.h"
#include "proc.h"
#include "fs.h"
#include "fsvar.h"
#include "file.h"
#include "fcntl.h"
// Fetch the nth w