Using DESCRIBE Statements : DESCRIBE « Command MySQL « SQL / MySQL






Using DESCRIBE Statements

       
mysql>
DESCRIBE <table name> [<column name> | '<value>']
mysql>
mysql> DESCRIBE user '%priv';
mysql>

   
    
    
    
    
    
    
  








Related examples in the same category

1.Examining the Table Structure with DESCRIBE
2.Getting Table Information