保存进度!

This commit is contained in:
2023-04-27 12:24:55 +08:00
parent c207de7b25
commit 6869294c26
5 changed files with 56 additions and 26 deletions

View File

@@ -9,12 +9,12 @@ SELECT b.reward_name,
WHERE a.reward_index = b.reward_index;
--<EFBFBD><EFBFBD>ϯ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>
SELECT s.saler_code,
s.saler_name,
t.team_code,
t.team,
bm.department_code,
bm.department_name
SELECT DISTINCT s.saler_code,
s.saler_name,
t.team_code,
t.team,
bm.department_code,
bm.department_name
FROM tele_saler s,
tele_saler_team t,
idst0.bm_t bm