Q:
If I do a select from a large table in the console and would like to kill it, can I use set escape?
A:
No, the query will need to complete. It is executed in the calling thread and control does not return to the main event loop until it has completed.