I have the following code, I would like to know how to modify it to make an update to the data that I consult from the id_rol_tercero table, the table I want to update is called rol_por_tercero,
use NameDatabase
SELECT
rol_por_tercero.id_tercero,
rol_por_tercero.id_rol_tercero
FROM
rolprovedor
INNER JOIN
rol_por_tercero
ON
rolprovedor.id_tercero = rol_por_tercero.id_tercero