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/[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