i see dead pixels
This blog is all about database technologies, including Oracle, SAP HANA and other stuff
June 08, 2012
o7_dictionary_accesibility in SAP HANA
sap hana for oracle administrators, in a nutshell :)
grant catalog read to <username>
as like as in Oracle <ALL|DBA|USER>_table SAP HANA you can do the following:
select * from m_tables
column store tables
list: select * from m_cs_tables
row store tables
list: select * from m_rs_tables
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
dell xps 13 9360 genuine battery vs counterfeit one
select Oracle "where rownum < 51" in SAP HANA
Syntax is as follows: select top 50 m_tables.* from sys.m_tables
How to check SAP HANA table type
Type the following SQL in the SAP HANA Studio: select tables.table_name, tables.table_type from sys.tables where tables.table_name = UCASE...
el capitan on lenovo x220
see guide at x220.mcdonnelltech.com + update clover + remove old backlight kext, install RehabMan-IntelBacklight-2015-0918.zip for backlig...
No comments:
Post a Comment