Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2025 09:58 AM
This is regarding opt. 4(Hybrid Approach). Below lines
SELECT {catalog_name} as catalog, {schema_name} as schema;
USE {catalog_name};
would throw syntax error if you try to run after initial setup as you mentioned.