- 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
Checking all the list of fields for a table in SAP HANA
You can check this detail using a SQL query in HANA. You have to pass schema name in Where condition. Try running below SQL query −
SELECT "DEPENDENT_OBJECT_NAME" from "SYS"."OBJECT_DEPENDENCIES" WHERE "BASE_SCHEMA_NAME" = 'AF_HANA' AND "BASE_OBJECT_NAME" = 'STORE' AND "DEPENDENT_OBJECT_NAME" like '%hier%';
- Related Articles
- Checking list of all available schema in SAP HANA
- Checking transaction list waiting for lock-in SAP HANA
- Checking create time for all users in SAP HANA
- Checking Compression ratio of a table in SAP HANA
- Checking dependent object of a table in SAP HANA
- Checking list of system schema in SAP HANA
- Checking all alert types in SAP HANA
- Checking a table inside a schema in SAP HANA database
- Checking all tables and schema in SAP HANA
- Checking topology of SAP HANA
- Checking performance of SAP HANA system
- Checking savepoint statistics of SAP HANA
- Checking version of SAP HANA system
- Checking System limits in SAP HANA
- Checking enforced license in SAP HANA

Advertisements