John Singleton wrote:
> 
> Hello all,
> 
> Quick question: Should this work?
> 
> >select LOG(2, 65536) from dual
> 
> Whenever I execute this I get:
> 
> * -5016: Missing delimiter: ) SQLSTATE: 42000
> 
> Am I doing something wrong? I have to be missing something...
> 

Sometimes I hate JDBC/ODBC and its 'private' definitions:
SQL defines LOG in a way you used it.
ODBC/JDBC only accepts it with exactly one parameter.
I assume, you used SQLStudio, which internally uses ODBC/JDBC, causing
the kernel to check syntax of functions against the ODBC/JDBC-way,
causing this error.

Sorry.
Elke
SAP Labs Berlin


> Thanks!
> 
> JLS
> 
> PS: I'm using 7.5.00.19...
> 
> --
> MaxDB Discussion Mailing List
> For list archives: http://lists.mysql.com/maxdb
> To unsubscribe:
http://lists.mysql.com/[EMAIL PROTECTED]


--
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to