I have a function that has 6 LOOP cycles in it, I need to insert it into a temporary table with data I get RECENT in the last cycle, but when I enter the second LOOP cycle the temporary table disappears and I can not find it. Can I make that temporary table last? Try creating a table that is not temporary but it does not work either ... I know if I create the temporary table outside the function and then execute that function, but I need it to be all within a single function.
Thank you!