Subject SQL: clear the least signifcant bits in a 64 bit integer
Author kapsee
I have a 64 bit integer and I need to zero out the least significant
32 bits and use the resulting value. How do I do this in firebird ?

Thanks!