Thread: function that rembers temple oid

function that rembers temple oid

From
"Michal Kochanowski"
Date:
Hello,
 
I would like to use a temp table to store some calculations that i  use later on.
The problem is that if  i create such a table, drop it and then create it again during the same session the function is returning error cause it  still rembers the oid of a first table that was created, it would work if i use an execute command , but execute cant be used in FOR select loop.
 
Any ideas?
 
Michal Kochanowski