SSC-FDM-PG0006
Set search path with multiple schemas.
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:
--** SSC-FDM-PG0006 - SET SEARCH PATH WITH MULTIPLE SCHEMAS IS NOT SUPPORTED IN SNOWFLAKE **
USE SCHEMA schema1 /*, schema2, schema3*/;
Recommendations
If you need more support, you can email us at snowconvert-support@snowflake.com
Last updated