• jewel.sacred (4/9/2012)


    Also, since you are using global temporary tables, you can create two procedures which would check the temp table existence and create the desired temp table with different definition. And based upon the IF ELSE logic, you can execute the related procedure. This way you would be able to access the global temp table.

    Aghhhh... I missed the whole thing. I thought the user needed to add the temp table with different definitions. Never thought that the OP was after such a simple thing :hehe:

    But anyhow, I hope my response would let the OP knows why the error was generated with that code 🙂