I need to update 21 rows of a certain field, but to get to these 21 rows I have to make select
e inner join
with another table, as you can do UPDATE
to this 21 rows.
This is the SELECT
that I use to get the data.
SELECT clave_cpi
FROM catcpi_alumnos A
INNER JOIN catcpi ID
ON A.idcpi = ID.idcpi
WHERE TRIM(gpogeneracional) = '16MSP-DURANGO'