How to check db2 version

后端 未结 15 1631
说谎
说谎 2020-12-04 17:54

How to check db2 version on Z/OS using only SQL commands?

Thanks, Melita

15条回答
  •  旧巷少年郎
    2020-12-04 18:01

    There is also the env_inst_info admin view. As with CanSpice I can only vouch for LUW, but there should at least be a similar view available for Z/OS.

    SELECT * FROM SYSIBMADM.ENV_INST_INFO
    

提交回复
热议问题