Viewing post 1 (of 2 total)
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...
August 12, 2009 at 6:38 am
#1037946