Files
ITMO/DB/DBLab4/task1.sql
T
LeterZP 57e30d7a49 Add 'DB/DBLab4/' from commit '17002deda50e46c3c2de4c298ecc73197ed215c6'
git-subtree-dir: DB/DBLab4
git-subtree-mainline: 114d910ce1
git-subtree-split: 17002deda5
2026-05-07 14:58:51 +03:00

4 lines
283 B
SQL
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
SELECT Н_ЛЮДИ.ИД, Н_ВЕДОМОСТИ.ЧЛВК_ИД FROM Н_ЛЮДИ
INNER JOIN Н_ВЕДОМОСТИ ON Н_ЛЮДИ.ИД = Н_ВЕДОМОСТИ.ЧЛВК_ИД
WHERE Н_ЛЮДИ.ОТЧЕСТВО > 'Владимирович' AND Н_ВЕДОМОСТИ.ЧЛВК_ИД > 105590;