Subject firebird client crash with select
Author Marcelo Pitanga
Hi,

I´ve installed firebird 1.0 and when i execute the following command my
client crash.

select r.cod_hermes, r.nom_rev from revendedora r
where
r.cod_hermes in
( select r1.cod_hermes from revendedora r1
group by r1.cod_hermes
having count(*)>1 )

What´s happening?

ps. my computer is a DELL Pentium III - 128Mb - windows ME.

Thanks in advance

[]'s
Marcelo