You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WHERE ((categoria.id=acto.categoria_id) AND (supracategoria.id=categoria.supracategoria_id) AND (acto.caso_id=caso.id))), ', '::text) AS tipificacion
3259
+
public.sivel2_gen_acto
3260
+
WHERE ((categoria.id=sivel2_gen_acto.categoria_id) AND (supracategoria.id=categoria.supracategoria_id) AND (sivel2_gen_acto.caso_id=caso.id))), ', '::text) AS tipificacion
3254
3261
FROMpublic.sivel2_gen_caso caso;
3255
3262
3256
3263
@@ -6387,14 +6394,6 @@ ALTER TABLE ONLY public.sivel2_gen_categoria
0 commit comments