Re: Bug in MySQL TRIM() Function! ? / Set element solution

2001-01-18 Thread Paul Wisén
--- > Basil Hussain ([EMAIL PROTECTED]) > > > - > Before posting, please check: >http://www.mysql.com/manual.php (the manual) >http://lists.mysql.com/ (the list arc

Bug in MySQL TRIM() Function! ?

2001-01-17 Thread Paul Wisén
This works: mysql> select trim('foo' FROM 'foobaar'); ++ | trim('foo' FROM 'foobaar') | ++ | baar | ++ 1 row in set (0.00 sec) This do

Trim string problem / Version

2001-01-17 Thread Paul Wisén
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

Trim string problem

2001-01-17 Thread Paul Wisén
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 | +--