About 11,500 results
Open links in new tab
  1. USE DATABASE - Snowflake Documentation

    USE DATABASE automatically specifies PUBLIC as the current schema, unless the PUBLIC schema doesn’t exist (e.g. it has been …

  2. Cannot describe in Snowflake. No active database

    It gives me the following error: "Cannot perform DESCRIBE. This session does not have a current database. Call 'USE DATABASE', …

  3. How to resolve ‘Cannot Perform SELECT’ Error in Snowflake

    Feb 5, 2024 · Call ‘USE DATABASE’, or use a qualified name.” This issue could happen when your Snowflake user has a default …

  4. How to switch to a Warehouse, Database, Schema using SQL query in …

    The first step in Snowflake is to choose your Virtual Warehouse, Correct Database and schema. Once you have done that you can …

  5. USE SCHEMA - Snowflake Documentation

    If a database is not specified for a session, any objects referenced in queries and other SQL statements executed in the session …

  6. Cannot connect to Snowflake Database [PHP] - Stack Overflow

    Dec 2, 2021 · I end up getting this response - 'SQLSTATE [22000]: Data exception: 90105 Cannot perform SELECT. This session …

  7. Error: Cannot perform SELECT. This session does not have a current ...

    The query is not valid. To resolve this issue, add the Database name in the query along with schema name. This is the valid query …

  8. ERROR: “Cannot perform SELECT. This session does not have a current ...

    May 12, 2026 · To resolve this issue, correct the query syntax. Ensure the syntax is as follows: Select field1 from …

  9. Solved: Snowflake Connection Database error - Microsoft Fabric …

    Apr 3, 2022 · When I try to 'Apply changes', there is an error message: "This session does not have a current database" but the …

  10. Session and queries use role PUBLIC instead of a user's configured ...

    This article discusses an issue where a user's DEFAULT_ROLE is not applied at login, and running CURRENT_ROLE () returns the …