|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
RE: A non-existing function call doesn't generate any error
From: Anhaus, Thomas (thomas.anhaus
sap.com)
Date: Tue Feb 10 2004 - 10:09:57 CST
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Marcin wrote :
>Hello,
>I just would like to let you know, that I've noticed
>SAP DB is acting really strange when non-existing function
>is used in SELECT clause.
>For example:
>SELECT SILLY_NAME_OF_FUNCTION(MY_COLUMN) FROM MY_TABLE,
>returns all rows from MY_TABLE for column MY_COLUMN.
>IMHO some error that the given function doesnt exist would be very
>appreciated.
>I use 7.3.0.40, didn't check with 7.5 nor 7.4.
>Best regards,
>Marcin
This is a special MaxDB syntax for named result sets, i.e. in your
example SILLY_NAME_OF_FUNCTION is the cursor name after executing
the query.
We will no longer support this syntax in the future.
Best regards,
Thomas
--
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe: http://lists.mysql.com/maxdb?unsub=thomas.anhaus
sap.com
--
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]