Changeset 29832
- Timestamp:
- Nov 24, 2010, 3:43:16 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-20101029/ippTools/share/magictool_definebyquery_select.sql
- Property svn:mergeinfo set to
r29363 r29832 4 4 MAX(diffWarps.diff_id) AS diff_id, 5 5 -- The following trick pulls out the 'inverse' value for the maximum diff_id 6 CONVERT(SUBSTRING_INDEX(GROUP_CONCAT(diffWarps.inverse ORDER BY diffWarps.diff_id ), ',', 1), UNSIGNED) AS inverse,6 CONVERT(SUBSTRING_INDEX(GROUP_CONCAT(diffWarps.inverse ORDER BY diffWarps.diff_id DESC), ',', 1), UNSIGNED) AS inverse, 7 7 diff_data_group 8 8 FROM (
Note:
See TracChangeset
for help on using the changeset viewer.
