Edit

SHOW FULL COLUMNS

description

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

Syntax:

SHOW FULL COLUMNS FROM tbl;

example

  1. View column content from specified tables.

    SHOW FULL COLUMNS FROM tbl;

keyword

SHOW,TABLE,STATUS