2020-03-18
阅读量:
1020
面试题第四题

create table B as
select * from A where (Member_ID,Log_time)=
(select Member_ID,min(Log_time) from A group by Member_ID);
41.7767
2
1
关注作者
收藏
评论(0)
发表评论
暂无数据
推荐帖子
0条评论
1条评论
0条评论

