Search
 
SCRIPT & CODE EXAMPLE
 

SQL

mssql int max value

--			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 :: list columns in table postgres 
Sql :: sql string_agg 
Sql :: mysqldump password 
Sql :: update select 
Sql :: how to move a columns location in mysql 
Sql :: postgresql create table with boolean column 
Sql :: mysql get age from date 
Sql :: différence entre deux dates sql oracle 
Sql :: remove all records from table mysql 
Sql :: mysql with rollup 
Sql :: mysql reset auto increment id 
Sql :: view linked servers sql 
Sql :: mysql login console 
Sql :: sql query to find duplicate email address 
Sql :: mysql set primary key 
Sql :: install postgresql on raspberry pi 
Sql :: ms sql truncate table vs delete 
Sql :: HOW TO FIND MEDIAN IN SQL FOR BOTH IDD AND EVEN 
Sql :: postgresql change value in column 
Sql :: add auto increment column mysql 
Sql :: hangfire clear all jobs 
Sql :: sql like 
Sql :: how to change mysql root password in windows 10 
Sql :: sql problems 
Sql :: mysql size of table 
Sql :: postgresql default value boolean 
Sql :: incorrect string value: mysql 
Sql :: shrink database file in sql server 
Sql :: sql server substring 
Sql :: sql offset 
ADD CONTENT
Topic
Content
Source link
Name
6+5 =