SHOW FULL COLUMNS

description

  1. This statement is used to view some information about columns of a table.
  2. Syntax:
  3. SHOW FULL COLUMNS FROM tbl;

example

  1. 1. View the column information of specified table
  2. SHOW FULL COLUMNS FROM tbl;

keyword

  1. SHOW,FULL,COLUMNS