1. add the global keyword. SHOW [GLOBAL] [FULL] [BUILTIN] FUNCTIONS [IN|FROM db] [LIKE 'function_pattern'] SHOW CREATE GLOBAL FUNCTION function_name(arg_type [, ...]); 2. show the details of the global udf.
1. add the global keyword. SHOW [GLOBAL] [FULL] [BUILTIN] FUNCTIONS [IN|FROM db] [LIKE 'function_pattern'] SHOW CREATE GLOBAL FUNCTION function_name(arg_type [, ...]); 2. show the details of the global udf.