Skip to main content
Version: current [25.0.x]

SHOW TBLPROPERTIES

Displays the table properties that are set for an Apache Iceberg table.

See Properties of Apache Iceberg Tables for a list of the supported properties.

Syntax

SHOW TBLPROPERTIES <table_name>

Parameter

<table_name> String

The path and name of the Iceberg table with the properties that you want to display.

Output

The output displays a table composed of these two columns:

ColumnData TypeDescription
table_property_nameCHARACTER VARYINGThe name of the property
table_property_valueCHARACTER VARYINGThe value of the property