UPDATE public.e703_lotes_activos SET geom = ST_Transform(ST_SetSRID(geom, 32721), 4326) WHERE ST_SRID(geom) = 4326 AND ST_X(ST_Centroid(geom)) > 100;