How do I show the schema of a table in a MySQL database?

by admin on January 5, 2008

desc orders;

wrote this post.

Leave a Comment