Posts Tagged ‘inner query’

A many to many relationship table – solving the exclude relation problem




A MySQL many to many relationship is a relationship that is multi-valued in both directions. Given that, how can you select rows that don’t have a specific relationship (the exclude relation problem)?