无码av一区二区三区无码,在线观看老湿视频福利,日韩经典三级片,成 人色 网 站 欧美大片在线观看

歡迎光臨散文網(wǎng) 會(huì)員登陸 & 注冊(cè)

2023新版黑馬程序員大數(shù)據(jù)入門(mén)到實(shí)戰(zhàn)教程,大數(shù)據(jù)開(kāi)發(fā)必會(huì)的Hadoop、Hiv

2023-07-14 17:56 作者:瀟湘夜雨花落淚  | 我要投稿

P66

-- orders創(chuàng)建

create table orders(

orderId bigint comment '訂單id',

orderNo string comment '訂單編號(hào)',

shopId bigint comment '門(mén)店id',

userId bigint comment '用戶id',

orderStatus tinyint comment '訂單狀態(tài) -3:用戶拒收 -2:未付款的訂單 -1:用戶取消 0:待發(fā)貨 1:配送中 2:用戶確認(rèn)收貨',

goodsMoney double comment '商品金額',

deliverMoney double comment '運(yùn)費(fèi)',

totalMoney double comment '訂單金額(包括運(yùn)費(fèi))',

realTotalMoney double comment '實(shí)際訂單金額(折扣后金額)',

payType tinyint comment '支付方式,0:未知;1:支付寶;2:微信;3:現(xiàn)金;4:其他',

isPay tinyint comment '是否支付 0:未支付 1:已支付',

userName string comment '收件人姓名',

userAddress string comment '收件人地址',

userPhone string comment '收件人電話',

createTime timestamp comment '下單時(shí)間',

payTime timestamp comment '支付時(shí)間',

totalPayFee int comment '總支付金額'

) row format delimited fields terminated by '\t';

-- users表創(chuàng)建

create table users(

userId int,

loginName string,

loginSecret int,

loginPwd string,

userSex tinyint,

userName string,

trueName string,

birthday date,

userPhoto string,

userQQ string,

userPhone string,

userScore int,

userTotalScore int,

userFrom tinyint,

userMoney double,

lockMoney double,

createTime timestamp,

payPwd string,

rechargeMoney double

) row format delimited fields terminated by '\t';


2023新版黑馬程序員大數(shù)據(jù)入門(mén)到實(shí)戰(zhàn)教程,大數(shù)據(jù)開(kāi)發(fā)必會(huì)的Hadoop、Hiv的評(píng)論 (共 條)

分享到微博請(qǐng)遵守國(guó)家法律
五峰| 磐石市| 阿鲁科尔沁旗| 永丰县| 乃东县| 江津市| 宜君县| 延长县| 嘉峪关市| 洛扎县| 庆元县| 四平市| 赤水市| 临桂县| 河源市| 上犹县| 塔河县| 康保县| 陇南市| 南澳县| 梁山县| 肥东县| 社会| 永嘉县| 长子县| 临西县| 新乡县| 汉中市| 吉隆县| 上思县| 稷山县| 丹东市| 原阳县| 讷河市| 鹰潭市| 永春县| 梨树县| 台东县| 宣恩县| 静安区| 军事|