relationalai.app.get_release()
get_release()
A function that retrieves the current release version of the RelationalAI (RAI) Native App.
See the release notes for information on the latest verison.
Requires the app_user
application role.
Parameters
Section titled “Parameters”None.
Returns
Section titled “Returns”STRING
Example
Section titled “Example”Use the app.get_release()
function to retrieve the current release version of the RAI Native App:
SELECT relationalai.app.get_release();/*+---------------------+ | 2024.10.27-e829e39d | +---------------------+ */
See Upgrades for information on how the RAI Native App is upgraded.