ReferenceSQL statementsTable, bucket, partition, and indexSHOW FULL COLUMNSOn this pageSHOW FULL COLUMNS Description This statement is used to show content in columns from specified tables. tipThis operation does not require privileges. Syntax SHOW FULL COLUMNS FROM <tbl_name> Examples View column content from specified tables. SHOW FULL COLUMNS FROM tbl;