Alternative for EXCEPT for MariaDB/MySQL comparing all columns
I know MariaDB and MySQL don’t support EXCEPT. I would like to find an alternative to something like this: SELECT * FROM table EXCEPT SELECT * FROM backup_table Where the table and backup_table have …