Changeset 24271 for trunk/ippScripts/scripts/ipp_serial_mops.pl
- Timestamp:
- May 27, 2009, 5:26:20 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/ipp_serial_mops.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 (
Note:
See TracChangeset
for help on using the changeset viewer.
