-
placeholder="請輸入"查看全部
-
CREATE DATABASE 'shop_imooc' IF NOT EXISTS; USE shop_imooc; DROP TABLE IF EXIST 'table_name'; CREATE TABLE 'table_name'( 'id' int unsigned auto_increment key, 'sex' enum(“男”,“女”,“保密”) not null default “保密”, 'username' varchar(20) not null equie, 'regTime' int not null, ); --regTime用的是時間戳,所以用int查看全部
-
range(0,9)范圍內(nèi)查看全部
-
array_merge()把兩個函數(shù)合并成數(shù)組查看全部
-
枚舉默認(rèn)值始終不能通過查看全部
-
文字水印查看全部
-
得到結(jié)果集中的記錄條數(shù)查看全部
-
得到結(jié)果集中的所有記錄查看全部
-
得到指定的一條語句查看全部
-
刪除操作查看全部
-
數(shù)據(jù)庫更新操作查看全部
-
數(shù)據(jù)庫插入操作查看全部
-
數(shù)據(jù)庫連接查看全部
-
數(shù)據(jù)庫參數(shù)用配置文件定義的常量代替查看全部
-
定義常量查看全部
舉報
0/150
提交
取消