Show create table
what is SHOW CREATE TABLE command to find out InnoDB's internal label for the field.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Akash AhlawatPosted Nov 25, 2011, 6:22 AM
Shows the CREATE TABLE statement that creates the given table. The statement requires the SELECT privilege for the table. As of MySQL 5.0.1, this statement also works with views.