Skip to content

Instantly share code, notes, and snippets.

@yogananda-muthaiah
Created August 11, 2019 14:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yogananda-muthaiah/89b50a9069c2794504dfae87b0baae0c to your computer and use it in GitHub Desktop.
Save yogananda-muthaiah/89b50a9069c2794504dfae87b0baae0c to your computer and use it in GitHub Desktop.
SAP HANA Important Queries
select * from tables
select * from public.tables
SELECT * FROM SYS.M_TABLES
SELECT * FROM SYS.TABLES
SELECT * FROM SYS.TABLE_COLUMNS
SELECT * FROM SYS.VIEWS
SELECT * FROM SYS.SYNONYMS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment