Subject Re: SQL Language item
Author apatri@inwind.it
Ivan,

Thanks to share Your competence with us.

Now my SP work better an more quicky.

Grazie Tony.


-- In ib-support@y..., "Ivan Prenosil" <prenosil@m...> wrote:
> select count(*), count(data_consegna_seggio)
> from v_avanzamento_pratica
> where
> ( datagara between :tdal and :tal ) and
> ( ditta_aggiudicataria <> '' )
> into :quante_so, :consegnate_seggio;
>
> Ivan
> http://www.volny.cz/iprenosil/interbase