2020年4月10日

sql笔记

摘要: 1. 10分钟之内在超过两个医院就诊 --明细 create table lu_tmp as select t.*, row_number() over(partition by aac147,ymd order by opdate) row_num from shen_zx_mdps t wher 阅读全文

posted @ 2020-04-10 15:23 iUpoint 阅读(161) 评论(0) 推荐(0)

导航