How to build the table view in SQLyog statement

Step one: Open SQLyog, connect to the database, press [ctrl + T] Create a new query window

Step two: Check the table to build the statement in the query window, enter the following:

             SHOW CREATE TABLE [table name] ; 

                For example, I want to see hhh table

           as the picture shows:

The third step: Right-click query window, execute the query [], [] to execute the query

 

Step Four: text view shows, as in FIG.

             

 

Guess you like

Origin www.cnblogs.com/hzyhx/p/11079900.html