Data type: Difference between revisions
Jump to navigation
Jump to search
m (→types of data) |
m (→types of data) |
||
| Line 19: | Line 19: | ||
* School ID defined by MOE at Taiwan / 學校代碼<ref>[http://www.edu.tw/statistics/content.aspx?site_content_sn=25656 各級學校名錄--教育部統計處 Department of Statistics]{{access | date=2012-02-16}}</ref> | * School ID defined by MOE at Taiwan / 學校代碼<ref>[http://www.edu.tw/statistics/content.aspx?site_content_sn=25656 各級學校名錄--教育部統計處 Department of Statistics]{{access | date=2012-02-16}}</ref> | ||
** integer: 4(university) ~ 6 | ** integer: 4(university) ~ 6 | ||
** ex: | ** ex: 0001(國立政治大學)、373607(臺北市立華江國小)。前面可能有零。 | ||
** range/limit: | ** range/limit: | ||
Revision as of 11:53, 16 February 2012
data type
types of data
- IP(v4):
- varchar(15)
- ex: 255.255.255.255 [1]
- range/limit:
- IP range - Classless inter-domain routing (CIDR)[2]
- 12 or 24 bytes (IPv4 and IPv6 networks)[3]
- ex: 69.208.0.0/32
- Chinese name:
- 最長姓名有13個字 [4]
- unix timestamp:
- bigint(10) ;
- ex: 1328664539
- range/limit:
- School ID defined by MOE at Taiwan / 學校代碼[5]
- integer: 4(university) ~ 6
- ex: 0001(國立政治大學)、373607(臺北市立華江國小)。前面可能有零。
- range/limit:
(left blank intentionally) * data ** data type ** ex: ** range/limit:
references
- ↑ Datatype for storing ip address in SQL Server - Stack Overflow
- ↑ Help:Range blocks - MediaWiki
- ↑ PostgreSQL: Documentation: Manuals: Network Address Types
- ↑ 台灣“獨一姓氏”者達149人 最長姓名有13個字_台灣頻道_新浪網-北美
- ↑ 各級學校名錄--教育部統計處 Department of Statistics[Last visited: 2012-02-16]
- ↑ mysql - What is the ideal data type for latitude / longitude? - Stack Overflow
- ↑ Creating a Store Locator with PHP, MySQL & Google Maps - Google Maps API Family - Google Code