Forum Moderators: open
Im creating a db using the load data from a CSV. Everything works fine, except, anything I have as in Integer, it automatically rounds it.
e.g.
12.12592758890 is now 12
or
75360.96738860000 is now 75361
I need these numbers to be exactly as they are in the CSV. I've tried using different field values such as BIGINT, DEC, etc with no luck. What am I missing?