ReferenceSQL ReferenceCluster ManagementSHOW FULL COLUMNSOn this pageSHOW FULL COLUMNSSHOW FULL COLUMNS Description This statement is used to show content in columns from specified tables. Syntax: SHOW FULL COLUMNS FROM <tbl_name> Examples View column content from specified tables. SHOW FULL COLUMNS FROM tbl;