AV_CMP_PRZ2_VW(SQL View) |
Index Back |
---|---|
Campaign Prospect Count ViewThis view will count all the Distinct Prospects for a Campaign Code. It is a view of a view (AV_CMP_PRS2_VW) which is why it is named the way it is (the view being referenced by another view must occur alphabetically before the calling view). |
SELECT DISTINCT INSTITUTION, INTV_CD, COUNT(*) FROM PS_AV_CMP_PRS2_VW GROUP BY INSTITUTION, INTV_CD |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | INSTITUTION | Character(5) | VARCHAR2(5) NOT NULL | Academic Institution |
2 | INTV_CD | Character(10) | VARCHAR2(10) NOT NULL | Initiative Code |
3 | PROSPECT_CNT | Number(9,0) | DECIMAL(9) NOT NULL | No. of Prspcts |