Subversion Repositories DevTools

Rev

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

/* Network Node Type Details */
SELECT nt.NODE_TYPE_ID,
           nt.NODE_TYPE,
           nt.NODE_ICON
  FROM NODE_TYPES nt
 WHERE nt.NODE_TYPE_ID = :NODE_TYPE_ID