488
488
create table t2 (a int, b varchar(200), c text not null);
489
489
insert t1 values (1, "aaa", "bbb"), (NULL, "", "ccccc"), (0, NULL, "");
490
490
insert t2 select * from t1;
513
492
Session Schema Name Type Engine Version Rows Avg_row_length Table_size Auto_increment
514
493
# test t1 STANDARD InnoDB # # # # #