The following SQL identifies custom queries created in your system from the PSQRYDEFN PeopleTools table. It includes the query type (and the operator ID who owns the query if it is private). select QRYNAME as "Query Name", DESCR as "Query Description", CREATEOPRID as "Created By", CREATEDTTM as"Created On", LASTUPDDTTM as "Last Updated By", LASTUPDOPRID as "Last Updated On", case when OPRID != ' 'then 'Private - ' || OPRID else 'Public' end as "Query Type", VERSION as "Revisions", QRYAPPROVED as"Query Approved?", APPROVEOPRID as "Approved By", APPROVEDTTM as "Approved On"from PSQRYDEFNwhereLASTUPDOPRID != 'PPLSOFT'
Note to run in SQL server, change the || concatenation operator to a plus sign (+). |
相关文章
- Media Queries之Respond.js
- Codeforces Round #582 (Div. 3) G. Path Queries (并查集计数)
- K - Queries for Number of Palindromes(区间dp+容斥)
- Unknown custom element: <xxx> - did you register the component correctly?异常的解决方案
- 数据库报Connection is read-only. Queries leading to data modification are not allowed
- Manifest queries标签 / targetAPI动态获取 / 手机 /包可见性
- Connection is read-only. Queries leading to data modification are not allowed 解决方法
- CMake命令之add_custom_comand 和 add_custom_target
- UVALive5031 Graph and Queries(Treap)
- [转]How to query posts filtered by custom field values