SQL 創建資料庫、表以及索引 - w3school 在線教程

SQL 創建資料庫、表以及索引 - w3school 在線教程

瀏覽:749
日期:2025-06-09
數據類型(data_type)規定了列可容納何種數據類型。下麵的表格包含了SQL 中最常用的數據類型: 數據類型 描述 integer(size) int(size) smallint(size) tinyint(size) 僅容納整數。在括弧內規定數字的最大位數。 decimal(size,d) numeric(size,d ......看更多