Ik geloof niet dat je een subquery nodig hebt.
UPDATE results, build
SET results.platform_to_insert = build.correct_platform
WHERE results.BuildID = build.BuildID
Ik geloof niet dat je een subquery nodig hebt.
UPDATE results, build
SET results.platform_to_insert = build.correct_platform
WHERE results.BuildID = build.BuildID