
|
If you were logged in you would be able to see more operations.
|
|
|
| Planning Status: |
Unspecified
|
|
DSQL parameters in the ROWS clause of UPDATE/DELETE statements are not accepted. The same in SELECT statements works fine.
Test case:
create table test (id int);
delete from test rows (:param);
-- or
delete from test rows (?)
Statement failed, SQLSTATE = HY004
Dynamic SQL Error
-SQL error code = -804
-Data type unknown
|
|
Description
|
DSQL parameters in the ROWS clause of UPDATE/DELETE statements are not accepted. The same in SELECT statements works fine.
Test case:
create table test (id int);
delete from test rows (:param);
-- or
delete from test rows (?)
Statement failed, SQLSTATE = HY004
Dynamic SQL Error
-SQL error code = -804
-Data type unknown
|
Show » |
| There are no comments yet on this issue.
|
|