Hi,
Using EnvironmentName is not desired directly from the Table T_SYSTEM_SETTINGS
What (public) view contains this information?
Thanks
SELECT
Value as WF_SYSTEM_ENVIRONMENT
FROM
T_SYSTEM_SETTINGS
WHERE
PARAMETER='EnvironmentName'
See for reference: 000029223 - How to differentiate between multip... | RSA Link
Check out the PV_TELEMETRY_DATA view. It contains some other data as well that could be of interest.