How to execute a random postgresql-query.

neuranuz neuranuz at gmail.com
Tue Jun 29 18:14:33 UTC 2021


> 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);



More information about the Digitalmars-d-learn mailing list