DISQUS

Tech-Recipes: Describe the column structure of a MySQL table | MySQL | Tech-Recipes

  • kpoman · 5 years ago
    another nice way to view a table is:

    show create table table_name;

    This one shown the keys, the table type, etc...
  • Niladri · 10 months ago
    What is the alternate command of describe ??