30
34
where table_schema = "mysqltest" and table_name like "t%";
32
36
select * from information_schema.STATISTICS where TABLE_SCHEMA = "mysqltest";
35
40
--replace_column 8 # 12 # 13 #
37
42
show full columns from t3 like "a%";
38
44
select * from information_schema.COLUMNS where table_name="t1"
41
48
connect (user3,localhost,mysqltest_2,,);