Re: [SQL] How to get binary value for an Integer
O kyrios kumar egrapse stis Apr 27, 2004 : > Dear Friends, > > I am using postgres 7.3.2. I wanna get the binary value of number 65536. Is there > anyway to get that postgres functions. SELECT 65536::bit(32); (assuming you have in mind a 32 bit arch). > > Thanks > kumar > -- -Achilleus
[SQL] How to get binary value for an Integer
Dear Friends, I am using postgres 7.3.2. I wanna get the binary value of number 65536. Is there anyway to get that postgres functions. Thanks kumar