Hello group :)
How do a clear bits in a number in PostGreSQL?
in c++ its:
0xffffff00 &~ 0x0000ffff
what is it in PostGreSQL from the psql command line app?
select ...
Thanx:)