> ## 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.

# SHOW SUBSCRIPTION CURSORS

> Use the `SHOW SUBSCRIPTION CURSORS` command to display all subscription cursors in the current session.

## Syntax

```bash theme={null}
SHOW SUBSCRIPTION CURSORS;
```

## Examples

```bash theme={null}
SHOW SUBSCRIPTION CURSORS;

------RESULT
 Name | SubscriptionName
------+------------------
 cur2 | sub
 cur  | sub
(2 rows)
```
