User Profile
Collapse
-
Sorry, made a big mistake! It' PHP 5.2.x -
communicate with remote server
Hi, all
With PHP 8.2.x, can we communicate remote web server without using curl library? Thank you in advance!
Jack -
-
a problem of function return setof
Hi, all
Following is a simple function which returns type of setof:
[CODE=SQL]CREATE OR REPLACE FUNCTION tesp_report_que ry()
RETURNS SETOF rpt.tesp_report _query AS
$BODY$
DECLARE
rec record;
BEGIN
create temp table tmpt_1 on commit drop as
select * from test_item_info;
FOR rec IN
select * from tmpt_1 LOOP
RETURN NEXT rec;
END...
No activity results to display
Show More
Leave a comment: