Re: [sqlite] How to cancel the operation?

2013-11-11 Thread Igor Tandetnik
On 11/11/2013 9:23 PM, Igor Korot wrote: I downloaded and installed the command line SQLite3 tool on my Windows box. What I don't understand now is to how to cancel the long operation. Suppose I need to do this: sqlite3> CREATE TRIGGER > mytabe_insert AFTER INSERT ON > now at

[sqlite] How to cancel the operation?

2013-11-11 Thread Igor Korot
Hi, ALL, I downloaded and installed the command line SQLite3 tool on my Windows box. What I don't understand now is to how to cancel the long operation. Suppose I need to do this: sqlite3> CREATE TRIGGER > mytabe_insert AFTER INSERT ON > now at this point I need to cancel the