Skip to main content
Version: 3.1

SHOW FULL COLUMNS

Description​

This statement is used to show content in columns from specified tables.

tip

This operation does not require privileges.

Syntax​

SHOW FULL COLUMNS FROM <tbl_name>

Examples​

  1. View column content from specified tables.

    SHOW FULL COLUMNS FROM tbl;
Rocky the happy otterStarRocks Assistant

AI generated answers are based on docs and other sources. Please test answers in non-production environments.