title: "SHOW CONNECTIONS"
description: "SHOW CONNECTIONS
lists the connections configured in Materialize."
menu:
main:
parent: commands
aliases:
- /sql/show-connection
SHOW CONNECTIONS
lists the connections configured in Materialize.
SHOW CONNECTIONS
[FROM <schema_name>]
[LIKE <pattern> | WHERE <condition(s)>]
Option | Description |
---|---|
FROM <schema_name> | If specified, only show connections from the specified schema. For available schema names, see SHOW SCHEMAS . |
LIKE <pattern> | If specified, only show connections that match the pattern. |
WHERE | If specified, only show connections that match the condition(s). |