Hi guys,
What is the difference between int and integer datatype in MySQL 5.0. Can anyone help. I don't understand what is the exact difference. Kind help needed. Thanks in advance.
Sivakumar.P
Hi guys,
What is the difference between int and integer datatype in MySQL 5.0. Can anyone help. I don't understand what is the exact difference. Kind help needed. Thanks in advance.
Sivakumar.P
Taken from MYSQL 5.0 online reference
The keyword INT is a synonym for INTEGER.
I guess the only difference is the spelling.
So by using INT, you'd end up using less bytes on your SQL script (not that it matters).