I am trying to update a "group" attribute of my process table, I do the relationship with the subprocess table which has as reference the idProcess of the process table, but it marks me an error when executing the query.
UPDATE P set P.grupo="" FROM proceso P INNER JOIN subproceso SP
ON P.idProceso=SP.idProceso where P.idUnidadNegocio=3