1125
1125
insert into t2e select * from t2;
1127
1127
Table Op Msg_type Msg_text
1129
1129
explain select * from t2e where a=1000 and b<11;
1130
1130
id select_type table type possible_keys key key_len ref rows Extra
1134
1134
CREATE TABLE t1 (c1 DECIMAL(10,0),INDEX(c1));