---
> Basil Hussain ([EMAIL PROTECTED])
>
>
> -
> Before posting, please check:
>http://www.mysql.com/manual.php (the manual)
>http://lists.mysql.com/ (the list arc
This works:
mysql> select trim('foo' FROM 'foobaar');
++
| trim('foo' FROM 'foobaar') |
++
| baar |
++
1 row in set (0.00 sec)
This do
Using Linux (Redhat 6.2) and MySQL-3.23.24-1
/ P
-- Forwarded message --
Date: Wed, 17 Jan 2001 16:35:04 +0100 (CET)
From: Paul Wisén <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Trim string problem
Hi everybody!
I can't find the solution to this problem.
Why
Hi everybody!
I can't find the solution to this problem.
Why is it doing this:
mysql> select trim('foo' FROM 'foobaar');
++
| trim('foo' FROM 'foobaar') |
++
| baar |
+--