You are on page 1of 1

SELECT al.AL_DESCRIPTION AS 'Subject', bg.BG_BUG_ID AS 'Defect ID', bg.BG_USER_0 2 AS 'Defect Category', bg.BG_STATUS AS 'Defect Status', bg.

BG_SUMMARY AS 'Defect Summary', BG_DETECTED_ BY AS 'Detected By', bg.BG_RESPONSIBLE AS 'Defect Assignee', bg.BG_SEVERITY AS 'Defect Severity', bg.BG_PRIORITY AS 'Defect Priority', convert(varchar,bg_detection_date,101) AS 'Defect Creation Date', bg.BG_USER_04 AS 'Phase Detected', bg.BG_DETECTION_VERSION AS 'Detected in Build', bg.BG_DESCRIPTION FROM default_solomon_65_upgrade_db.td.all_lists al RIGHT OUTER JOIN default_solo mon_65_upgrade_db.td.bug bg ON bg.BG_SUBJECT = al.AL_ITEM_ID WHERE ((bg.BG_PROJECT=?)) ORDER BY bg.BG_BUG_ID

You might also like