done 7lab

This commit is contained in:
ada-dmitry
2023-12-15 22:05:50 +03:00
parent 3125047b7a
commit 2360cb388f
4 changed files with 285 additions and 84 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ BEGIN
ORDER BY salary_in_euro
LIMIT 10
), highest_salary AS (
SELECT max(salary_in_euro) AS max_salary
SELECT max(salary_in_euro) AS max_salary
FROM bd6_employees
)
UPDATE bd6_employees e