On 15/03/2022 15:00, Adriano dos Santos Fernandes wrote:

>> Would it be possible to use some other word to distinguish, instead of
>> just leaving out "local" (which essentially loses the most important
>> aspect of what it really is)?
>>
>> Suggestions for thought:
>>
>> Internal?
>> Volatile?
>> Virtual?
>> Transient?
>>
> 
> None of these words seems good for me to distinguish the difference.
> 

I liked Sybase syntax:

http://dev.cs.ovgu.de/db/sybase9/help/dbrfen9/00000356.htm

declare local temporary table <name> (
    ...
) [ ON COMMIT { DELETE | PRESERVE } ROWS | NOT TRANSACTIONAL ]


Adriano


Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to