- Categories:
System functions (System Information)
SYSTEM$IS_APPLICATION_INSTALLED_FROM_SAME_ACCOUNT¶
Shows if an app is installed on the same account as the application package it is based on.
For more information about event sharing, see Configure logging and event tracing for an app.
Syntax¶
SYSTEM$IS_APPLICATION_INSTALLED_FROM_SAME_ACCOUNT()
Arguments¶
None.
Returns¶
This function returns the following status messages:
Status Message |
Description |
---|---|
TRUE |
Indicates if an app is installed on the same account as the application package it is based on. |
FALSE |
Indicates if an app is not installed on the same account as the application package it is based on. |
Access control requirements¶
These system functions can only be called from within an app.
Examples¶
SELECT SYSTEM$IS_APPLICATION_INSTALLED_FROM_SAME_ACCOUNT();