Intersect and Except in MySQL
Since version 8.0.31, MySQL supports INTERSECT and EXCEPT. I don't know how I missed that, but finally. It is a part of MySQL now.
To test it I ran MySQL docker container.
Here are the schema and data:
CREATE TABLE `counters` (
`name` varchar(32) D...
skripov.co4 min read