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

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

## Syntax

```sql theme={null}
SHOW CURSORS;
```

## Examples

```sql theme={null}
SHOW CURSORS;

------RESULT
 Name
-----------
 my_cursor
(1 row)
```
