Subject Temporary table or alternative?
Author zifnabbe
Hi,

I need to import data from different sources and before I put them in
table I need to perform some alternations on it.
At the moment I load everything in a memory table and later on move
the data into a firebird database.

I'm however looking for a better alternative. Is there a way to
create in Firebird a temporary table which I then can use as I use a
memory table now?

Thanks in advance,
Tom.