my database has a table
PID language ....
1 1 ....
1 2 ......
1 3 ....
2 1 ......
2 2 ...........
etc
i.e. each PID SHOULD have language 1,2,3
The problem is some PID have some language missing i.e. only 1,3 or 1,2 etc.
I want to find out those PID with language missing.
How should I write the SQL?
