I really would appreciate your help.
Probably it\'s a quite simple problem to solve - but I\'m not the one .. ;-)
I have two tables in SQL Server:
Try this:
INSERT INTO prices ( group, id, price ) SELECT 7, articleId, 1.50 FROM article WHERE name LIKE 'ABC%';