Show Columns
Wednesday May 7, 2008
The show columns MySQL command is used to display all the columns on a given table as well as any details about them. It is phrased as: show columns from table_name;
©2008 About.com, a part of The New York Times Company.
All rights reserved.
Comments
DESC [table_name]; would the same.