Patrice,
Thursday, April 04, 2002, 4:41:24 AM, you wrote:
P> MySQL Version: 3.23.49
P> OS: Win 98
P> Query 1: select length ('abc') returns
P> You have an error in your SQL syntax near '('abc')' at
P> line 1
P> Query2: select length('abc') returns 3: OK
P> Note the space between the 'h' and '(
MySQL Version: 3.23.49
OS: Win 98
Query 1: select length ('abc') returns
You have an error in your SQL syntax near '('abc')' at
line 1
Query2: select length('abc') returns 3: OK
Note the space between the 'h' and '(' in Query 1. The
parser does not like this space...
The same problem occurs wi