hana-cli
Version:
HANA Developer Command Line Interface
26 lines (25 loc) • 1.22 kB
HTML
<body>
<div class="body conbody">
<p class="shortdesc">View Column Listing</p>
<p class="p">
This table displays detailed information about all columns (fields) in the inspected view. The Fields tab
provides a comprehensive view of the view's structure, including column names, data types, lengths,
and other metadata.
</p>
<p class="p">
Each row in this table represents a column in your database view. You can see information such as:
</p>
<ul class="ul">
<li class="li">Column name and position</li>
<li class="li">Data type (VARCHAR, INTEGER, DATE, etc.)</li>
<li class="li">Length or precision for applicable data types</li>
<li class="li">Nullable flag (whether the column allows NULL values)</li>
<li class="li">Source table and column (for simple views)</li>
<li class="li">Comments and column descriptions</li>
</ul>
<p class="p">
You can select multiple rows to copy column information or use this view to understand the complete
structure of your view's output.
</p>
</div>
</body>