title: "DISCARD" description: "Discard resets state associated with the current session." menu: main:
parent: 'commands'
DISCARD
resets state associated with the current session.
{{< diagram "discard.svg" >}}
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. |