MSC-PG0005
Set search path with multiple schemas.
Severity
Description
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
