On Thursday, 27. June 2002 13:36, Per Jessen wrote:
> Hi,
>
> I am in the process of running ecperf using mysql, and ran into a
> small problem regarding SELECT COUNT - usd in some of the ecperf
> source.
> Apparently,  "SELECT COUNT (*) FROM ...." is not valid syntax according
> to mysql ? where as "SELECT COUNT(*) FROM ...." is ?
>
> What's with this blank between COUNT and ( ?

If you want to use blanks between function names and left parenthesis you 
have to start the mysql damoen with option --ansi. In this case all your 
function names are reserved words too.

Regards

Georg

mysql, query

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to