I have a table with columns year and country.
+------+-----------------
| year | country
+------+-----------------
| 1957 | The Netherlands
| 1957 | Belgium
| 1957 | Luxembourg
| 1954 | Hungary
| 1954 | Belgium
| 1932 | USA
+------+-----------------
I am trying to list the years when Luxembourg AND The Netherlands AND Belgium participated. I should get 1957 but I don't know how to do that in mysql.