Quantcast
Channel: SCN: Message List - SAP HANA and In-Memory Computing
Viewing all articles
Browse latest Browse all 8968

Re: SQL Syntax to read field or table comments

$
0
0

Hi Patrick,

 

I am bit confused, but could you not get the comments from TABLES and TABLE_COLUMNS

 

select table_name, comments from tables where table_name = 'my_table_name';

select table_name, column_name, comments from table_columns where table_name = 'my_table_name' and column_name = 'my_column_name';

 

It works for me.

 

OR

 

Are you looking for something else.

 

Regards,

 

Ravi


Viewing all articles
Browse latest Browse all 8968

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>