Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
このクエリを実行しようとするとセマンティック エラーが発生し、エラーが表示されません。
給与が最も低い従業員の ssn を見つける
select ssn from employee where salary < ALL ( select salary from employee);