Skip to main content
Version: Stable-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;