Forum Replies Created

Viewing post 1 (of 2 total)

  • RE: temp tables

    What I want to accomplish is following:

    For example in Oracle when we create temporary tables we have an option like this:

    CREATE GLOBAL TEMPORARY TABLE

    ...............

    ON COMMIT DELETE ROWS

    OR

    ON...

Viewing post 1 (of 2 total)