Hi All, I have one simple table. the primary key column name is id. I have almost 200 records and some how i deleted some of the records. Now the id column has following entries
1
2
4
5
6
8
9
Can any body tell me what query can I write that return me all the missing rows? For example 3,7 rows in above example. Or any php funtion that do that?