SHOW CREATE TABLE `Yourtablename`;COMMIT;
example :
I have a table in MySQL ie FredtoMySQL_execution_log and I want to see the definition ie below code
SHOW CREATE TABLE `FredtoMySQL_execution_log`;COMMIT;
example :
I have a table in MySQL ie FredtoMySQL_execution_log and I want to see the definition ie below code
SHOW CREATE TABLE `FredtoMySQL_execution_log`;COMMIT;
No comments:
Post a Comment