Return Return     Main page Main page      Update Update     PDF PDF     Online help Online help     Monitoring with a Rich Desktop Application Desktop     Choice of period :  Day Day  Week Week  Month Month  Year Year  All All  Customized Customized


           (m/d/yy)     



Request Mean time (ms)Max time (ms) Standard deviationMean cpu time (ms) % of system error
sql  SELECT SUBSTRING(cc.periodo, 1, 4) AS ano, SUM(CAST(cc.data ->> 'total_receita' AS NUMERIC)) AS totalReceita, SUM(CAST(cc.data ->> 'total_despesas' AS NUMERIC)) AS totalDespesas FROM cnpj_consolidation cc WHERE cc.tipo_consolidacao = 'SIMPLES_NACIONAL_VENDAS_BRUTAS_X_COMPRAS_BRUTAS' AND cc.cnpj = ? AND cc.periodo between ? and ? GROUP BY SUBSTRING(cc.periodo, 1, 4) 4 4 0   0.00
Find usages Find usages