insert into person (first_name, second_name) select inp.* from inp ");
The last strings should be: insert into person (first_name, second_name) select inp.* from inp ", first_names, last_names);
neuranuz via Digitalmars-d-learn Tue, 29 Jun 2021 11:16:53 -0700
insert into person (first_name, second_name) select inp.* from inp ");
The last strings should be: insert into person (first_name, second_name) select inp.* from inp ", first_names, last_names);