Skip to content

QueenieCplusplus/SQL_Data_Type

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

SQL_Data_Type

1 Byte = 8 bits

1 個位元組 = 8 位元 = 一個英文字母或是一個半形符號

2 個位元組 = 16 位元 = 一個中文字或是一個全形符號

tinyint 0 ~ 255 (2 的 8 次方)

smallint - 32,767 ~ 32,767 (32 thousand)

int - 2,147,483,647 ~ 2,147,483,647 (2 billion)

bigint (9,223,372,036,854,775,807)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published