Version history and patch level of DB2
- Read more about Version history and patch level of DB2
- Log in to post comments
This article shows the query to obtain the history of DB2 versions and patching. That is, not only shows the current version, but since when is installed / updated.
select versionnumber, version_timestamp from sysibm.sysversions
The result of the query shows the version history / patch installation: