MSC-PG0005

Set search path with multiple schemas.

Severity

Medium

Description

Set search path with multiple schemas is not supported in Snowflake, you can consult here.

Code Example

Input Code:

SET SEARCH_PATH TO schema1, schema2, schema3;

Output Code:

--** MSC-ERROR - MSC-PG0005 - SET SEARCH PATH WITH MULTIPLE SCHEMAS IS NOT SUPPORTED IN SNOWFLAKE **
USE SCHEMA schema1 /*, schema2, schema3*/;

Recommendations

Last updated