I need to create a table in which I'm inserting decimal and integer fields into character defined fields. How can I figure out how big each character field should be?
An integer field is 4 bytes, correct? How many character spaces will be needed to hold the largest possible integer value?
The decimal field is what really confuses me. The precision of my decimal fields are (9,2) and (10,2). How many character fields are needed for each.
If someone could explain how to figure these things out in addition to doing the computations I'd be delighted!
Thanks in advance.
Brian
An integer field is 4 bytes, correct? How many character spaces will be needed to hold the largest possible integer value?
The decimal field is what really confuses me. The precision of my decimal fields are (9,2) and (10,2). How many character fields are needed for each.
If someone could explain how to figure these things out in addition to doing the computations I'd be delighted!
Thanks in advance.
Brian