How to check Hana database version?

The query to get HANA DB version info is Select VERSION from "SYS"."M_DATABASE"

Install any SQL editor and download (we have used dbeaver here )the ngdbc.jar file, and then connect to Hana DB as below.


Then in the editor file put this SQL query  SELECT VERSION  from "SYS"."M_DATABASE"  to get HANA DB version info as below image.




Then ihe result window we can see HANA Version as below 2.00.040.00.1553674765. This is HANA 2.0 SPS 04.






Previous
Next Post »

Pages