I have a field named as "StockNumber" and is defined as Integer (Long). The values of this field range from
000001 to 999999. My question is this, what defined is more optimal in storage amount? Would it be better to leave it defined as Integer (long) or should as redefined as Text with length of 6. Which definition would have more space?
Rohn
000001 to 999999. My question is this, what defined is more optimal in storage amount? Would it be better to leave it defined as Integer (long) or should as redefined as Text with length of 6. Which definition would have more space?
Rohn