WIP
This commit is contained in:
@@ -14,7 +14,7 @@ SELECT
|
||||
FROM "DyflexisEmployee" as de
|
||||
INNER JOIN "Employee" as e ON de.id::text = e."personnelNumber"
|
||||
WHERE de."contractStart" < CURRENT_DATE AND de."contractEnd" > (CURRENT_DATE - INTERVAL '2 months')
|
||||
AND de.surname <> 'Shahrasebhi'
|
||||
AND de.surname <> 'Shahrasebi'
|
||||
ORDER BY de.firstname ASC;
|
||||
|
||||
-- name: GetWeeklyTimeSummaryForEmployee :many
|
||||
|
||||
Reference in New Issue
Block a user