SHOW FULL COLUMNS

Description

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

Syntax:

SHOW FULL COLUMNS FROM tbl;

Examples

  1. View column content from specified tables.

    SHOW FULL COLUMNS FROM tbl;