Search
 
SCRIPT & CODE EXAMPLE
 

SQL

mysql int range

--			SIGNED										  UNSIGNED
--			Min               		Max                   Min Max
TINYINT     -128                    127                   0   255
SMALLINT    -32767                  32767                 0   65535
MEDIUMINT   -8388608                388608                0   16777215
INT         -2147483648             2147483647            0   4294967295
INTEGER     -2147483648             2147483647            0   4294967295
BIGINT      -9223372036854775808    9223372036854775808   0   18446744073709551615
Comment

PREVIOUS NEXT
Code Example
Sql :: mysql bigint max value 
Sql :: mysql drop trigger 
Sql :: how to change owner in postgres 
Sql :: laravel paginate raw sql 
Sql :: mysql order by desc limit 
Sql :: add days in oracle sql 
Sql :: postgres add superuser to database 
Sql :: How Not To Sort By Average Rating 
Sql :: add postgresql to path 
Sql :: if then else sqlite 
Sql :: table drop if exist sql server 
Sql :: sql insert timestamp 
Sql :: get first n letter of department name in sql 
Sql :: having vs where 
Sql :: oracle new column 
Sql :: how to add default constraint in mysql 
Sql :: ora-00054 resource busy and acquire with nowait 
Sql :: grant all priviledges to mysql user 
Sql :: oracle explain plan 
Sql :: mysql Like(searching in the string) 
Sql :: create table like sql 
Sql :: update all rows mysql 
Sql :: mysql config user password 
Sql :: psql datetime grather than 
Sql :: start postgres server 
Sql :: SQL Modify Column in a Table -Oracle 
Sql :: mysql get all tables row count 
Sql :: sql order by ascending 
Sql :: psql while loop 
Sql :: get count of duplicate records 
ADD CONTENT
Topic
Content
Source link
Name
9+3 =