2007-01-12
Some User Defined Functions for MySQL
I saw this morning that a new release of "UDF collection for MySQL 0.2" is out. This utility adds the following functions:
For those new to UDF (User Defined Functions) in MySQL, you can read the following pages:
But also be aware of security, like pointed out in this security alert.
- HUMANAGE() (which returns the age in years relative to a custom date or NOW()),
- URLENCODE(); and
- URLDECODE()
For those new to UDF (User Defined Functions) in MySQL, you can read the following pages:
- The official MySQL Documentation for MySQL 4.1
- The official MySQL Documentation for MySQL 5.1
- MySQL UDF Forum
But also be aware of security, like pointed out in this security alert.