insert all into T_TEST(NAME) values('张三') into T_TEST(NAME) values('李四') select 1 from dual;
insert into T_TEST(NAME) values ('张三'), ('李四');