string(539) " FROM TabLegisDespesasMes d INNER JOIN TabLegisDespesasMesTipo t ON(d.NTipo = t.IdLegisDespesasTipo) inner join tabcontratos c ON(d.NContrato = c.IdContratos) inner join (select *, (CASE WHEN CPF IS NOT NULL THEN CPF ELSE CNPJ END) as CPFCNPJ FROM tabcredor) a on (C.NCredor = A.Idcredor) inner join tabcontratotipo ti on (c.NTipo = ti.Idcontratotipo) INNER JOIN Tabvereador v ON(d.NVereador = v.IdVereador) WHERE IdLegisDespesasMes > 0 "