Thursday 18 April 2013

To find the base application version

select
ARU_RELEASE_NAME||’.'||MINOR_VERSION||’.'||TAPE_VERSION version, START_DATE_ACTIVE "when updated",
ROW_SOURCE_COMMENTS "how it is done"
from
AD_RELEASES
where
BASE_RELEASE_FLAG = 'Y';

No comments:

Post a Comment