i've created a simple UDF (for testing) that returns a string.
my problem is that the string that it returns, contain some
of the characters of  the  longest string in the column.


example:


Table
+-----------------+
|        name       |
+-----------------+
| hello world   |
| goodbye        |
+-----------------+


mysql> select echo(name) from table;


   hello world
   goodbyerld        <---- ???



*How do i fix this???










-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to