CREATE OR REPLACE FUNCTION Jion_String_Comma_f(Input VARCHAR2)
RETURN VARCHAR2
PARALLEL_ENABLE
AGGREGATE USING Jion_String_Comma_f_Tp;
----------------------------------------
this is a function my leader write,but i don't understand it ,my leader have travel
,who can explain it to me ,i don't understand Jion_String_Comma_f_Tp at the last ,i not found it at otherwhere.
thank you very much.