Subqueries in UPDATE Statements

UPDATE itAppTranslationSkills
SET ASS_Specialisations = b.ASS_Specialisations
FROM itAppTranslationSkills AS a
INNER JOIN itAppSpecialisationSkillsExp AS b
    ON a.aid_pk = b.aid_pk  ;

Comments

Popular posts from this blog

Executing PowerShell scripts from C#

HOW TO Use the NumericUpDown Control

Exposing Agile Software Development Myths