Categories:

System functions (System Information)

SYSTEM$IS_APPLICATION_INSTALLED_FROM_SAME_ACCOUNT

显示应用程序是否与作为其基础的应用程序包安装在相同的账户中。

See also:

SYSTEM$IS_APPLICATION_SHARING_EVENTS_WITH_PROVIDER

For more information about event sharing, see Use logging and event tracing for an app.

语法

SYSTEM$IS_APPLICATION_INSTALLED_FROM_SAME_ACCOUNT()

实参

无。

返回

该函数返回以下状态消息:

Status MessageDescription
TRUEIndicates if an app is installed on the same account as the application package it is based on.
FALSEIndicates if an app is not installed on the same account as the application package it is based on.

访问控制要求

  • 只能从应用程序内部调用这些系统函数。

示例

SELECT SYSTEM$IS_APPLICATION_INSTALLED_FROM_SAME_ACCOUNT();