> ## Documentation Index
> Fetch the complete documentation index at: https://docs.risingwave.com/llms.txt
> Use this file to discover all available pages before exploring further.

# DISCARD

> Use the `DISCARD` command to reset the state of current session

## Syntax

```bash theme={null}
DISCARD ALL;
```

## Parameter

| Parameter | Description                                                                                  |
| :-------- | :------------------------------------------------------------------------------------------- |
| All       | Since RisingWave doesn't support temporary object, this command will essentially do nothing. |
