Eko Budiharto wrote:

Hi,
is it possible that "int" variable type negative number? If not, what type
of variable if I need a negative number"

Yes. INTs support the range -2147483648 to 2147483647. MySQL's column types are documented in the manual <http://dev.mysql.com/doc/mysql/en/column-types.html>, with specific pages on the numeric types <http://dev.mysql.com/doc/mysql/en/numeric-type-overview.html> and <http://dev.mysql.com/doc/mysql/en/numeric-types.html>.

Michael

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to