Thursday, August 21, 2008

List Columns of the table

To list the columns of the MySQL table use the following syntax

show columns from table_name;

No comments: