DESCRIBE FORMATTED COLUMNS
Syntax
DESCRIBE FORMATTED [db_name.]table_name [PARTITION partition_spec] col_name
Description
This statement is used to describe the column information of a table or partition.
Collect statistics on the columns of specified tables or partitions.
The following is an example.
Example
describe formatted show_table1 a; Describe Formatted Column ------------------------------ col_name a data_type integer min max num_nulls distinct_count 0 avg_col_len max_col_len num_trues num_falses comment (1 row)
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot