Re: bug report with functions

2002-04-04 Thread Egor Egorov
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 '(

bug report with functions

2002-04-03 Thread Patrice
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