1. Computing

Discuss in my forum

Show Columns - MySQL Command

By , About.com Guide

Definition: 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;
Examples:
show columns from new_cars;

This would show all the columns and their information from the table 'new_cars'.

Top Related Searches new cars
  1. About.com
  2. Computing
  3. PHP / MySQL
  4. MySQL Commands
  5. Show Columns MySQL - MySQL Command Show Columns - Show MySQL Columns

©2013 About.com. All rights reserved.