Insert into one table by selecting from another table

Other topics

Insert into one table by selecting from another table

insert into schema.table (field1, field2)
  select 'Static Value', foreignField from schema.otherTable;

Contributors

Topic Id: 6306

Example Ids: 21788

This site is not affiliated with any of the contributors.