update field isHigh & order educ.level
This commit is contained in:
parent
cfb5038357
commit
848b574713
6 changed files with 285 additions and 3 deletions
|
|
@ -61,10 +61,12 @@ import { ViewColumn, ViewEntity } from "typeorm";
|
|||
eds.educationLevel,
|
||||
eds.isEducation,
|
||||
eds.isHigh,
|
||||
eds.profileEmployeeId
|
||||
eds.profileEmployeeId,
|
||||
eds.level
|
||||
FROM profileEducation eds
|
||||
) AS eds
|
||||
GROUP BY eds.profileEmployeeId
|
||||
ORDER BY eds.level DESC
|
||||
),
|
||||
EducationLevels AS (
|
||||
SELECT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue