> For the complete documentation index, see [llms.txt](https://mariadb.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mariadb.com/docs/server/reference/sql-statements/administrative-sql-statements/show/about-show.md).

# About SHOW

`SHOW` provides information about various aspects of MariaDB Server. A list of the various `SHOW` statements is [here](/docs/server/reference/sql-statements/administrative-sql-statements/show.md).

The general syntax is:

```sql
SHOW LIKE 'pattern' | WHERE expr
```

The `LIKE` and `WHERE` clauses make sense only for particular `SHOW` statements, though. See [Extended SHOW](/docs/server/reference/sql-statements/administrative-sql-statements/show/extended-show.md) for what `SHOW` statements benefit from using those clauses.

If the syntax for a given `SHOW` statement includes `LIKE 'pattern'` , `'pattern'` is a\
string that can contain the SQL `%` and `_` wildcard characters. The pattern is useful for\
restricting statement output to matching values.

<sub>*This page is licensed: GPLv2, originally from*</sub> [<sub>*fill\_help\_tables.sql*</sub>](https://github.com/MariaDB/server/blob/main/scripts/fill_help_tables.sql)

{% @marketo/form formId="4316" %}
