简体   繁体   中英

How to stop a running query in SQL Workbench/J

Is there a command or function to kill/stop a running query in SQL Workbench/J? I searched through the user manual http://ensdemos.com/almudon.com/uploads/reports/SQLWorkbench-Manual.pdf which does not seem to mention it.

Maybe you accidently removed the "Cancel button" from the toolbar. You can get it back using "Tools » Configure toolbar". Then you can either use "Reset to default" or drag the button to the location you want.

But you don't really need the toolbar button, you can also do this through "SQL » Cancel" while the statement is running:

在此处输入图像描述

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM