I want to have a data variable which will be an integer and its range will be from 0 - 1.000.000. For example normal int variables can store numbers from -2,147,483,648 to 2,147,483,647. I want the new data type to have less range so it can have LESS SIZE.
If there is a way to do that please let me know?