
|
If you were logged in you would be able to see more operations.
|
|
|
| Planning Status: |
Unspecified
|
|
In a statement or PSQL module, there is a limit of 255 contexts in the engine.
Derived tables is DSQL feature not understandable by the engine, but are consuming context numbers.
|
|
Description
|
In a statement or PSQL module, there is a limit of 255 contexts in the engine.
Derived tables is DSQL feature not understandable by the engine, but are consuming context numbers. |
Show » |
|
create table t1 (n integer);
create table t2 (n integer);
Attached, procedure creation with old and new limits.