Created
May 7, 2020 04:41
-
-
Save Soontao/21ee709fbae64adf8fdff37d093a3a89 to your computer and use it in GitHub Desktop.
Query HANA database metadata
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| SELECT * FROM sys.schemas; -- select schemas | |
| SELECT * FROM sys.tables; -- select tables | |
| SELECT * FROM sys.table_columns; -- select columns of table | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment