This repository has been archived on 2026-06-20. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
SQL/3000j注册信息分析reginfo.sql
T
2025-01-14 01:53:00 +08:00

7 lines
231 B
SQL

select RegInfo.sh as ,sddm ,khmc ,max(vw_lsxhmx.rq) as from RegInfo
left join kehu on kehu.khdm=reginfo.sddm
left join vw_lsxhmx on vw_lsxhmx.DM1=reginfo.sddm
group by RegInfo.sh,sddm,khmc