Showing posts with label To find the latest application version. Show all posts
Showing posts with label To find the latest application version. Show all posts

Tuesday, 10 May 2011

To find the latest application version


To find the latest application version

select ARU_RELEASE_NAME||'.'||MINOR_VERSION||'.'||TAPE_VERSION version, START_DATE_ACTIVE updated,ROW_SOURCE_COMMENTS "how it is done", BASE_RELEASE_FLAG "Base version" FROM AD_RELEASES where END_DATE_ACTIVE IS NULL;