Subversion Repositories DevTools

Rev

Rev 6615 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6615 Rev 6616
Line 45... Line 45...
45
   AND u.rtag_id = rt.rtag_id
45
   AND u.rtag_id = rt.rtag_id
46
 ORDER BY
46
 ORDER BY
47
       CASE
47
       CASE
48
         WHEN rm.last_build_time IS NULL THEN 2 ELSE 1
48
         WHEN rm.last_build_time IS NULL THEN 2 ELSE 1
49
       END,
49
       END,
50
       UPPER(rt.rtag_name),
-
 
51
       rm.last_build_time DESC,
50
       rm.last_build_time DESC,
-
 
51
       UPPER(rt.rtag_name),
52
       rm.rtag_id DESC
52
       rm.rtag_id DESC
53
 
53