Changeset 43014 for branches/eam_branches/ipp-pstamp-20260421/ippTools/share/dettool_tonormalizedexp.sql
- Timestamp:
- May 11, 2026, 3:09:36 PM (2 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-pstamp-20260421/ippTools/share/dettool_tonormalizedexp.sql
r18561 r43014 1 1 -- this is used by both 'tonormalizedexp' and 'addnormalizedexp' 2 3 -- EAM : I believe the outer SELECT * FROM () as Bar can be removed. 2 4 3 5 SELECT 4 6 * 5 7 FROM (SELECT 6 * 7 FROM ( 8 det_id, 9 iteration, 10 MIN(det_type) as det_type, 11 MIN(workdir) as workdir, 12 MIN(camera) as camera, 13 MIN(telescope) as telescope, 14 MIN(exp_type) as exp_type, 15 MIN(norm_class_id) as norm_class_id, 16 MIN(fault) as fault, 17 MIN(stack_class_id) as stack_class_id 18 FROM ( 8 19 SELECT DISTINCT 9 20 detRun.det_id,
Note:
See TracChangeset
for help on using the changeset viewer.
