有大佬帮忙解题嘛

create table sale_order(
order_id bigint comment'订单ID',
user_id bigint comment'用户ID',
order_status int comment'订单状态',
create_time string comment'订单创建时间',
last_update_time string comment'订单最后一次修改时间',
product_id bigint comment'商品ID',
product_num bigint comment'商品成交件数');



create table user_info(  
user_id bigint comment '用户ID,唯一主键',
sex string comment '用户性别',  
age int comment '用户年龄')
全部评论
同一个岗位?
点赞
送花
回复
分享
发布于 02-23 13:52 北京
前几天晚上写的,刚才一看,count distinct 忘记加count了😂
点赞
送花
回复
分享
发布于 02-23 13:57 北京
秋招专场
校招火热招聘中
官网直投
投的就是上海😂
点赞
送花
回复
分享
发布于 02-23 16:27 北京

相关推荐

点赞 收藏 评论
分享
牛客网
牛客企业服务