Search
 
SCRIPT & CODE EXAMPLE
 

SQL

mysql tinyint 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 :: mssql int max value 
Sql :: helptext in sql 
Sql :: access the postgres psql 
Sql :: postgresql if null then 0 
Sql :: sql server count all tables rows 
Sql :: apex add months to date 
Sql :: mysql best varchar length size 
Sql :: mysql search like order by best match 
Sql :: power query concatenate 
Sql :: sql query inline if 
Sql :: sql server drop table if exists 
Sql :: Oracle NLS_CHARACTERSET 
Sql :: get first 3 letter of department name in sql 
Sql :: difference between where and having clause 
Sql :: oracle add column with default value 
Sql :: postgresql array last element 
Sql :: oracle ORA-00054 origin 
Sql :: postgresql restore from dump 
Sql :: oracle create datafile 
Sql :: create a unqie constraint mysql 
Sql :: can you use a where clause for a child query 
Sql :: get only first row mysql 
Sql :: psql show columns of table 
Sql :: wordpress print query sql 
Sql :: job for postgresql.service failed because the control process exited with error code. see "systemctl status postgresql.service" and "journalctl -xe" for details. 
Sql :: t sql to rebuild all indexes in a database 
Sql :: how to get data between a last week in mysql 
Sql :: drop multiple databases mysql 
Sql :: sqlite3 show columns name 
Sql :: postgresql create schema in specific database 
ADD CONTENT
Topic
Content
Source link
Name
6+3 =