# SHOW FUSION COMMANDS

Lists all the supported Fusion SQL commands.

## Syntax

```
SHOW FUSION COMMANDS [ LIKE '<pattern>' ]
```

## Argument

* `pattern`: Specifies a pattern similar to the SQL `LIKE` clause and returns Fusion SQL commands that match the specified pattern. Uses `%` as the wildcard character.

## Example

The following command lists Fusion SQL commands that start with `SHOW`:

```sql
SHOW FUSION COMMANDS LIKE 'SHOW%';
```

***

Modified at: February 13, 2025

Source: [/cloud/reference/fusion-sql/show-fusion-commands/](https://docs.singlestore.com/cloud/reference/fusion-sql/show-fusion-commands/)

(An index of the documentation is available at /llms.txt)
