Subversion Repositories DevTools

Rev

Blame | Last modification | View Log | RSS feed

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