declare cursor (名字) is select(语句) row (**)%rowtype; --声明行类型begin open (名字)--打开游标 fetch (名字) into row --抓取游标 close(名字) --关闭游标end;
博客园 © 2004-2026 浙公网安备 33010602011771号 浙ICP备2021040463号-3