mirror of
https://github.com/ada-dmitry/DB.mephi_ada.git
synced 2026-09-25 16:40:15 +00:00
done 7lab
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user