Pesquisar
Filtros
acoes
obLevel
__env
app
errors
__currentLoopData
row
loop
url_params
cur
total
select count(*) as aggregate from `fluxo_continuo` where year(`created_at`) = '2024' and exists (select * from `editals` where `fluxo_continuo`.`edital_id` = `editals`.`id` and `tipo` = '9' and `editals`.`deleted_at` is null) and `preenchimento` = '1' and `fluxo_continuo`.`deleted_at` is null
SELECT YEAR(created_at) as year FROM editals group by YEAR(created_at)
SELECT
WHERE