SSC-FDM-PG0006
Set search path with multiple schemas.
Description
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
Last updated
