cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
394
Views
0
Helpful
1
Replies

query to find the parent group name

 

what is/are the table name that i should use to find the parent name of the job?

 

thank you,

warren

1 Reply 1

Derrick Au
Level 4
Level 4

Hi Warren,

 

The parent group name (dbo.jobmst.jobmst_prntname) can be found within jobmst table.

For example, the below query will return parent name of a specified job:

SELECT dbo.jobmst.jobmst_prntname

FROM dbo.jobmst

WHERE dbo.jobmst.jobmst_name = 'Enter name of job here'

 

BR,

Derrick Au

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: