Subversion Repositories DevTools

Rev

Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

SELECT rf.FILE_NAME, rf.BYTE_SIZE, rf.CRC_CKSUM, rf.CRC_MODCRC, rf.FILE_PATH
  FROM release_components rf
 WHERE rf.pv_id = :PV_ID
ORDER BY UPPER(rf.FILE_PATH), UPPER(rf.file_name)