The mysql-console tag has no wiki summary.
2
votes
1answer
272 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 |
| ...
2
votes
3answers
199 views
MySQL console: Ctrl+C driving me nuts
There is something in the MySQL console that drives me nuts. When I hit ctrl+c to cancel the current command being typed, the terminal exits.
In every terminal I know (*nix terminals, Python, ...