存储过程

it2024-08-03  39

create or replace procedure demo(c_Cursor out SYS_REFCURSOR) as begin open c_Cursor for select * from t_ows_push_flag; end demo;

 

最新回复(0)