MySQL存储过程执行SHOW CREATE TABLE?
要在存储过程中执行SHOWCREATETABLE,请使用SHOWCREATETABLE。让我们首先创建一个表-
mysql> create table DemoTable2011 -> ( -> StudentId int NOT NULL AUTO_INCREMENT, -> StudentName varchar(20), -> StudentAge int, -> StudentCountryName varchar(20), -> PRIMARY KEY(StudentId) -> );
以下是执行SHOWCREATETABLE的存储过程-
mysql> delimiter //
mysql> create procedure test_show_create_demo(table_name varchar(100))
-> begin
-> set @query=concat("SHOW CREATE TABLE ",table_name);
-> prepare st from @query;
-> execute st;
-> end
-> //
mysql> delimiter ;使用CALL命令调用存储过程-
mysql> call test_show_create_demo('DemoTable2011');这将产生以下输出-
+---------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | Table | Create Table | +---------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | DemoTable2011 | CREATE TABLE `demotable2011` ( `StudentId` int(11) NOT NULL AUTO_INCREMENT, `StudentName` varchar(20) COLLATE utf8_unicode_ci DEFAULT NULL, `StudentAge` int(11) DEFAULT NULL, `StudentCountryName` varchar(20) COLLATE utf8_unicode_ci DEFAULT NULL, PRIMARY KEY (`StudentId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci | +---------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 1 row in set (0.01 sec)
热门推荐
10 教师同事升职祝福语简短
11 姐姐生日霸气祝福语简短
12 最美婆婆生日祝福语简短
13 嫁女儿祝福语女生简短
14 生日涂鸦祝福语简短英文
15 考生大学后祝福语简短
16 聚餐朋友喝酒祝福语简短
17 生日祝福语大全简短霸气
18 动心的生日祝福语简短