How to stop the execution of a sql command from within Java code once it's fired?
If a Vertica sql command/statement was fired from within Java code, and later I want to stop the execution of the sql statement. What would be the best way to handle this?
0