CREATE/DROP FUNCTION UDF
-
CREATE FUNCTION UDF
Syntax: CREATE [AGGREGATE] FUNCTION function_name RETURNS {STRING|INTEGER|R... -
DROP FUNCTION UDF
Syntax: DROP FUNCTION function_nameDescription: This statement drops the us... -
UDF Regular Expressions for maria db1
I've already asked here http://stackoverflow.com/questions/6659030/udf-regu...