I want to create a temp table in a trigger... but this must be created max once for each transaction. I'd like to check in the trigger if the table exists. How can I check if a table is a temporary table?
regards Szymon Guz
I want to create a temp table in a trigger... but this must be created max once for each transaction. I'd like to check in the trigger if the table exists. How can I check if a table is a temporary table?
regards Szymon Guz