Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
10.7.1.1, 10.7.1.4, 10.8.1.2
-
None
-
Newcomer
Description
ij> declare global temporary table t(i int) on commit preserve rows not logged;
0 rows inserted/updated/deleted
ij> insert into session.t values 1,2,3,4,5,6,7,8,9,10;
10 rows inserted/updated/deleted
ij> truncate table session.t;
ERROR 42995: The requested function does not apply to global temporary tables.
This limitation is not documented presently.