/ Published in: SQL
Expand |
Embed | Plain Text
SELECT p.value AS __color__, id AS ticket, summary, t.type AS type, STATUS, time AS created, changetime AS _changetime, description AS _description, reporter AS _reporter FROM ticket t, enum p WHERE STATUS <> 'closed' AND p.name = t.priority AND p.type = 'priority' AND (t.type='task' OR t.type='AllgemeineAufgabe') ORDER BY p.value, milestone, t.type, time
You need to login to post a comment.
