
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Check SAP HANA System Version with SQL Query
Other option to check the version of SAP HANA database-
Select * from "SYS"."M_DATABASE";
Go to SQL editor and run the above command.
Go to Result tab and you can see the version of your SAP HANA system.
Advertisements