Subversion Repositories DevTools

Rev

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

/* Applications List*/
SELECT app.APP_ID,
           app.APPLICATION_NAME
  FROM APPLICATIONS app
ORDER BY UPPER(app.APPLICATION_NAME)