audit_normalizacion.sql 144 Bytes Edit Raw Blame History 1 2 3 4 SELECT padron, ccatastral, tipo_cuenta, snc_cuenta FROM public.e712_lotes_activos WHERE snc_cuenta IS NOT NULL AND snc_cuenta <> '' LIMIT 10;