39
43
show create table table_28127_a;
41
45
table_28127_a CREATE TABLE `table_28127_a` (
44
48
create table table_28127_b(0b2 int);
45
49
show create table table_28127_b;
47
51
table_28127_b CREATE TABLE `table_28127_b` (
50
54
drop table table_28127_a;
51
55
drop table table_28127_b;