O que esta errado nessa consulta?
select a.VLR_TOT_CONV , a.NUM_SINIS from (select VLR_TOT_CONV ,COD_ULT_MO_RES,NUM_SINIS from dist_ramo34) as a where a.COD_ULT_MO_RES >= 200001 and a.COD_ULT_MO_RES <= 200012 and a.VLR_TOT_CONV > 0.0 order by a.VLR_TOT_CONV desc
A menssagem de erro eh a seguinte:
java.sql.SQLException: ORA-00933: comando SQL nao encerrado adequadamente
