Hello, mysql,
After create a table,it can use desc tablename to describe the table scheme.
But it can not demonstrate that the column is unique or not.It just simplely show
the column is MUL type.
How can I get more information from the table by using mysql commend?(Except use
mysqldump to read the sql file)
or How can I type command to show the table structure?
mysql>type some command
mysql>create tabe //Show the
specifing created table sql information
..........
...
Best regards.
MaFai
[EMAIL PROTECTED]
2003-06-25
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]