DISCARD
DISCARD resets state associated with the current session.
Syntax
| Field | Use |
|---|---|
| TEMP | Drops any temporary objects created by the current session. |
| TEMPORARY | Alias for TEMP. |
| ALL | Drops any temporary objects, deallocates any extant prepared statements, and closes any extant cursors that were created by the current session. |