Subversion Repositories DevTools

Rev

Go to most recent revision | 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)