Changeset 29835 for branches/eam_branches/ipp-20101103/ippTools/share/magictool_definebyquery_select.sql
- Timestamp:
- Nov 26, 2010, 10:33:51 AM (16 years ago)
- Location:
- branches/eam_branches/ipp-20101103/ippTools
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
share/magictool_definebyquery_select.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20101103/ippTools
- Property svn:mergeinfo changed (with no actual effect on merging)
-
branches/eam_branches/ipp-20101103/ippTools/share/magictool_definebyquery_select.sql
r29363 r29835 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.
