| SQL - Questions and Answers Have a SQL question? Post it here. First do a search to see if someone hasn't already answered it. |
|
|||
conversion from 9digit to 8digit number:urgentHi,
'my_table' has a column 'user_id' having maximum length of 8 digits. it can store 99999999 as the biggest 8 digit number but when I try to store 100000000( a 9 digit number) as userid, it is converted into 21288103 ( again a 8 digit number). my question: Is it a random number or Is it generated using a specific rule? what is that rule? Please reply as soon as possible. Regards, Peter |
|
Be the first to answer this question! Click on the 'Post Reply' button below.
|