Join and Union operations
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 9.0
- Documentation
INTERSECT
INTERSECT set operator returns all rows that exist in the intersection of two tables, that is, in both tables.
SELECT * FROM music_titles
INTERSECT SELECT * FROM discontinued_albums;