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