mysql-udf icon indicating copy to clipboard operation
mysql-udf copied to clipboard

A set of C++ user-defined functions for MySQL servers.

Results 1 mysql-udf issues
Sort by recently updated
recently updated
newest added

Hi, thank you for UDF MEDIAN function. It works well with one issue. From Wikipedia: `If n is odd then Median (M) = value of ((n + 1)/2)th item term.`...