--eleccionrapida(evento, ronda, criterio integer = 0); --select eleccionrapida(1, 1, 0); --select eleccionrapida(1, 2, 4); --select eleccionrapida(1, 3, 5); select * from "CertamenTabasco_ronda" where ronda_padre_id = 1 and tipo_ronda_id = 1 and activo = False; select * from "CertamenTabasco_ronda" where ronda_padre_id = 3 and tipo_ronda_id = 1; select * from "CertamenTabasco_ronda" where ronda_padre_id = 2 and tipo_ronda_id = 2 and participantes_entrada = 10; select participante_id from "CertamenTabasco_calificacion" where evento_id= 1 and ronda_id = 1 group by participante_id order by 1 ; select * from "CertamenTabasco_criterio" SELECT * FROM "CertamenTabasco_criterio" where 0 = 0 or id in (0) ; SELECT * FROM "CertamenTabasco_criterio" where 0 = 4 or id in (4)