Changeset 24271
- Timestamp:
- May 27, 2009, 5:26:20 PM (17 years ago)
- Location:
- trunk/ippScripts/scripts
- Files:
-
- 2 edited
-
ipp_serial_mops.pl (modified) (1 diff)
-
ipp_serial_mops_warps.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/ipp_serial_mops.pl
r24270 r24271 80 80 MAX(diffWarps.diff_id) AS diff_id, 81 81 -- The following trick pulls out the appropriate values for the maximum diff_id 82 CONVERT(SUBSTRING_INDEX(GROUP_CONCAT(camProcessedExp.zpt_obs ORDER BY diffWarps.diff_id), ',', 1), UNSIGNED) AS zpt_obs,82 SUBSTRING_INDEX(GROUP_CONCAT(camProcessedExp.zpt_obs ORDER BY diffWarps.diff_id), ',', 1) AS zpt_obs, 83 83 CONVERT(SUBSTRING_INDEX(GROUP_CONCAT(diffWarps.inverse ORDER BY diffWarps.diff_id), ',', 1), UNSIGNED) AS inverse 84 84 FROM ( -
trunk/ippScripts/scripts/ipp_serial_mops_warps.pl
r24270 r24271 80 80 MAX(warpRun.warp_id) AS warp_id, 81 81 -- The following trick pulls out the 'zpt_obs' value for the maximum warp_id 82 CONVERT(SUBSTRING_INDEX(GROUP_CONCAT(camProcessedExp.zpt_obs ORDER BY warpRun.warp_id), ',', 1), UNSIGNED) AS zpt_obs82 SUBSTRING_INDEX(GROUP_CONCAT(camProcessedExp.zpt_obs ORDER BY warpRun.warp_id), ',', 1) AS zpt_obs 83 83 FROM warpRun 84 84 JOIN fakeRun USING(fake_id)
Note:
See TracChangeset
for help on using the changeset viewer.
