Skip to content

Instantly share code, notes, and snippets.

@Soontao
Created May 7, 2020 04:41
Show Gist options
  • Select an option

  • Save Soontao/21ee709fbae64adf8fdff37d093a3a89 to your computer and use it in GitHub Desktop.

Select an option

Save Soontao/21ee709fbae64adf8fdff37d093a3a89 to your computer and use it in GitHub Desktop.
Query HANA database metadata
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