Reputation: 9574
I have a PLSQL code with the following line of code.
delete my_table;
Where my_table
is a Global Temporary Table. I am guessing the above code means, delete all rows from the table. However, I am unable to google out any result.
Upvotes: 1
Views: 1244