Example
UPDATE t1 SET
t1.status = 1
FROM table1 t1
INNER JOIN table t2
ON t1.Id = t2.ID
WHERE t2.num = 15