SQL Queries - CAST Central Base - Queries on applications - How to get the ID of the application
Purpose of Query
This document provides a query to get the ID of the application.
Applicable CAST Version
| Release | Yes/No |
|---|---|
| 8.3.x | ✅ |
Applicable RDBMS
| RDBMS | Yes/No |
|---|---|
| CSS | ✅ |
Query for CSS
Select object_id as application_id , object_name as application_name from dss_objects where object_type_id = -102
Query result example
application_id ; application_name
---------------------------------
3;Welcome
Query result interpretation
Query result interpretation
Name of the application is “Welcome” and its corresponding ID is 3.
.
Notes/comments
Related Pages