Hi SQL Friends
I know that smallint ranges from -32768 to 32767 i.e from negative to positive values. why cant i store only positive values upto 65535.
i need to store upto 50000 range data, for thins i cant go for int because it occupy 4 bytes. it is waste of memory.
ok thanks
Ganesh
I know that smallint ranges from -32768 to 32767 i.e from negative to positive values. why cant i store only positive values upto 65535.
i need to store upto 50000 range data, for thins i cant go for int because it occupy 4 bytes. it is waste of memory.
ok thanks
Ganesh
Comment