Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

Data not inserted in BIGINT datatype of mySQL

I am trying to insert following data in BIGINT datatype but it is given an error "Out of range value for column ‘bts’ at row 1"

Data: 110121014322232000011

Please help how to insert this data to mySQL table. I am using mySQL 5.7.21

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

>Solution :

Surely …

signed (2)63 =     9223372036854776000
unsigned (2)64 =  18446744073709552000
Your number      110121014322232000011

Form MySQL manual page

Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading