Tagged Questions
2
votes
1answer
251 views
Find which numbers in [1, 161] are not in the result set?
How to find which two number in [1, 161] is not in the result set?
Can I find this two numbers using sql command?
mysql> select blog_id from wp_blogs;
...
| 149 |
| 150 |
| 151 |
| ...