MSCEWI4069
CURRENT_DATABASE function has different behavior in certain cases.
Low
This EWI is added when the function DB_NAME is transformed to CURRENT_DATABASE because Snowflake does not support the database_id parameter and the CURRENT_DATABASE function will always return the current database name.
SELECT DB_NAME(someId);
SELECT
CURRENT_DATABASE() /*** MSC-WARNING - MSCEWI4069 - CURRENT_DATABASE function has different behavior in certain cases ***/;
- No additional user actions are required.
- For more support, you can email us at [email protected] or post a message to our forums. If you have a contract for support with Mobilize.Net, reach out to your sales engineer and they can direct your support needs.
Last modified 3mo ago