摘要:
create or replace function aaa_distinct( a varchar2 ) return varchar2asresults varchar2(2000):='';begin select listagg(CONTRACTNO_listagg ,',') within 阅读全文
摘要:
赠人玫瑰手有余香 CREATE OR REPLACE FUNCTION "public"."fun_Generate_Entity"(class_name text, tables_name text) RETURNS "pg_catalog"."text" AS $BODY$ DECLARE st 阅读全文