Many people would probably think this question is stupid, but how can i insert a value that starts with 0 in a Bigint/Numeric/Int field?
This would normally not be a problem, just using a varchar field instead, but because of the index speed (this is a very large table with many lookups), I would like to keep it as a numeric field.
Is it in any way, with some settings possible to change the default behaviour of the field in this table?