Hristo Stefanov

Results 2 comments of Hristo Stefanov

Another way to reproduce the issue using select instead of delete: ```sql set autoddl OFF; create global temporary table GTTTABLE1 ( COL1 varchar (100) ) on commit preserve rows; set...

Thanks, we are aware it is not supported - the problem was found during regular manual work from an SQL IDE while experimenting and forgetting to commit but usually we...