首页
it技术
登录
6mi
u
盘
搜
搜 索
it技术
LeetCode--1075. 项目员工 I
LeetCode--1075. 项目员工 I
it
2025-08-10
9
select
P
.
project_id
,
round
(
avg
(
E
.
experience_years
)
,
2
)
as
average_years
from
Project P
join
Employee E
on
P
.
employee_id
=
E
.
employee_id
group
by
P
.
project_id
转载请注明原文地址: https://lol.8miu.com/read-28385.html
最新回复
(
0
)