21,893
社区成员




$sql="insert into tables value(xxx1,xxxx,xxx,.....);insert into tables value(xxx2,xxxx,xxx,.....);insert into tables value(xxx3,xxxx,xxx,.....);......";
$sql="insert into tables select (xxx1,xxxx,xxx,.....)union all select (xxx2,xxxx,xxx,.....)union all select (xxx3,xxxx,xxx,.....)union all.....";