I need to create a column which can hold bigint datatype. Sample of the value is 9223372036854775803.
I tried creating a column using the 'number(20)' datatype, but it stores the value in the following format:
9.22337203685478E18.
Please provide the solution.
Thanks
Praveen