- 求出每个部门工资最高的前三名员工,并计算这些员工的工资所占所属部门总工资的百分比
create table emp(empno string,ename string ,hiredate string ,sal int ,depto int );
insert into emp values('01','WARO1','22/2/1981','1250','30');
insert into emp values('02','WARO2','1
create table emp(empno string,ename string ,hiredate string ,sal int ,depto int );
insert into emp values('01','WARO1','22/2/1981','1250','30');
insert into emp values('02','WARO2','1