LM_PERS_LGRP1VW(SQL View) |
Index Back |
---|---|
Learner GroupsGives the total count for each learner group on the Learner Group criteria |
SELECT LM_LRNR_GROUP_ID , COUNT(*) FROM PS_LM_GROUPS_CRIT GROUP BY LM_LRNR_GROUP_ID |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | LM_LRNR_GROUP_ID | Number(15,0) | DECIMAL(15) NOT NULL | Learner Group ID - Business Role/ Student Group ID |
2 | LM_COUNT | Number(10,0) | DECIMAL(10) NOT NULL | Field to keep track of the count of id fields |