(Brian Moran) I need to store integers—account numbers and other IDs—that have 20 or more digits. Storage and retrieval of these integers needs to be accurate, with no rounding, so I can’t use the float data type. I’ve seen recommendations to others in this situation to store the integers in a CHAR(
Read More - Register for Free Membership