Subversion Repositories DevTools

Rev

Rev 13 | Blame | Compare with Previous | Last modification | View Log | RSS feed

/* Node Type Combo */
SELECT nt.NODE_TYPE_ID,
           nt.NODE_TYPE,
           DECODE ( :NODE_TYPE_ID,
                                nt.NODE_TYPE_ID, 'selected',
                                NULL ) AS SELECTED
  FROM NODE_TYPES nt
ORDER BY nt.NODE_ORDER, UPPER(nt.NODE_TYPE)