Snowflake: Show file formats
To list the file formats for which you have access privileges, use:
SHOW FILE FORMATS [ LIKE '<pattern>' ] [ IN <scope> ]
where:
<scope> ::= { ACCOUNT | [ DATABASE ] <db_name> | [ SCHEMA ] <schema_name> }
Via snowflake.net.
Leave a comment