Hi!
i'm trying to use LPAD, RPAD and other functions like conv,etc.
all i get is an error:

mysql> select lpad('hi',4,'??') ;
ERROR 1064: parse error near '('hi',4,'??')' at line 1
mysql> select LPAD('hi',4,'??') ;
ERROR 1064: parse error near '('hi',4,'??')' at line 1
mysql> select RPAD('hi',4,'??') ;
ERROR 1064: parse error near '('hi',4,'??')' at line 1

mysql  Ver 9.16 Distrib 3.21.33c, for pc-linux-gnu (i686)

Any help will be greatly appreciated!
Ta!
Numard
---
Norberto Meijome (a) Numard - PGP public key: [EMAIL PROTECTED]
Half a mind is a terrible thing to waste!

-----------------------------------------------------------
Send a mail to [EMAIL PROTECTED] with
unsubscribe mysql [EMAIL PROTECTED]
in the body of the message to unsubscribe from this list.

Reply via email to