![]() | Products |
| Home » Technical Support » ElevateDB Technical Support » Incident Reports » Incident Reports Addressed for Version 2.05 » View Incident Report |
| Reported By: Hendrik Gruetzmacher Reported On: 8/17/2011 For: Version 2.05 Build 10 |
SELECT DISTINCT
P.TABLE_NAME + #13 + #10 + T.NAME + #13 + #10 + '(' + P.NAME + ')' "TABLE_NAME",
P.TABLE_ID,
P.ADDED,
P.ADDED_TIME,
P.ADDED_BY, ''
FROM
T_PROTOCOLS P,
V_ALL_REPORTPARAMETERS T
WHERE
P.TABLE_NAME='T_REPORTPARAMETERS' AND
P.TABLE_ID=T.ID AND
T.REPORT__ID=2 AND
P.NAME='DELETED' AND
NOT EXISTS (SELECT ID FROM T_REPORTPARAMETERS WHERE ID=P.TABLE_ID)
UNION ALL
SELECT
P.TABLE_NAME + #13 + #10 + T.NAME + #13 + #10 + '(' + P.NAME + ')' "TABLE_NAME",
P.TABLE_ID,
P.ADDED,
P.ADDED_TIME,
P.ADDED_BY,
P.REMARK
FROM
T_PROTOCOLS P,
T_REPORTDATASOURCES T
WHERE
P.TABLE_NAME='T_REPORTDATASOURCES' AND
P.TABLE_ID=T.ID AND
T.REPORT__ID=2This web page was last updated on Wednesday, April 8, 2026 at 04:38 AM | Privacy Policy © 2026 Elevate Software, Inc. All Rights Reserved Questions or comments ? |

