Lists all external locations, optionally filtered by a LIKE pattern.
SHOW EXTERNAL LOCATIONS [LIKE '<pattern>']
## Overview SHOW EXTERNAL LOCATIONS returns a row per registered location. The result includes the location's URL, bound credential name, owner, comment, read-only flag, and timestamps. ## Access Control Requires the admin role. ## Compatibility DeltaForge extension.
| Name | Type | Description |
|---|---|---|
pattern | Optional LIKE pattern. SQL wildcards `%` and `_` are honored. Match is case-insensitive. |
SHOW EXTERNAL LOCATIONS;
SHOW EXTERNAL LOCATIONS LIKE 'raw_%';