- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Fetch the modified date of table in SAP HANA
I think if you would have done some easy research or gone through the available documentation, then you would have got the answer. The reason being you already know the partial answer (SQL example as you said).
In SAP HANA database, we have an analogous table “SYS.M_TABLE_STATISTICS”.
Just query the table for a table on the basis of last modified date by ordering it. With the use of “M_TABLE_STATISTICS” system view is not transactional. When a DML statement is rolled back, count values in the view remain unchanged.
- Related Articles
- Getting details when a table is modified in SAP HANA DB
- Fetch max date and other field from the same row of a table grouped by other fields in SAP HANA
- Adding millisecond to date in SAP HANA
- Fetch the count of a specific date in a MySQL table
- Viewing table definition in SAP HANA
- SAP HANA Release/version with date
- Manual compression of a table in SAP HANA
- Fetch unique records from table in SAP ABAP
- Inserting data in table in SAP HANA
- Create table SQL query in SAP HANA
- Default table type in SAP HANA database
- Creating column table in SAP HANA database
- Password blacklist table in SAP HANA database
- Deleting from temporary table in SAP HANA
- Maximum Table name length in SAP HANA

Advertisements