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.
データベースに 1 冊の本を持つすべての出版社をリストしようとしています。
クエリ:
SELECT Publisher FROM book GROUP BY Publisher HAVING COUNT(book) = 1;