Subversion Repositories DevTools

Rev

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

/* Applications List*/
SELECT 'Application_Default.asp' AS file_name,
           'IMG_DISK' AS item_image,
           app.APP_ID AS item_id,
           app.APPLICATION_NAME AS item_name,
           'app_id='|| app.app_id AS param
  FROM APPLICATIONS app
ORDER BY UPPER(app.APPLICATION_NAME)