Oracle
一、游标
create or replace function get_data
return sys_refcursor
is
data sys_refcursor;
begin
open data for
select id,name,age
from tes【大模型AIGC系列课程 3-8】AI 代理的应用
阅读 13
2023-10-21
create or replace function get_data
return sys_refcursor
is
data sys_refcursor;
begin
open data for
select id,name,age
from tes相关推荐
精彩评论(0)