42
42
show create table table_28127_a;
44
44
table_28127_a CREATE TABLE `table_28127_a` (
47
47
create table table_28127_b(0b2 int);
48
48
show create table table_28127_b;
50
50
table_28127_b CREATE TABLE `table_28127_b` (
53
53
drop table table_28127_a;
54
54
drop table table_28127_b;