mysql---表操作之創建表

1)查看當前數據庫中已有表 show tables; 2)創建表 create table (if not exists) 表名 ( 列a定義,  列b定義,   列c定義 ); 列定義:列名 數據類型 空值說明 主鍵說明 默認值 一.列名(Field) 二.數據類型(Type): 1.數值類型:tinyint,smallint,mediumint,int,bigint,float,double
相關文章
相關標籤/搜索