Invincible
Member²
It will nice to have option "Stop on error" for SQL Window. In command window I could write
before sql script and this working fine but I can't use this method for SQL Window.
SQL:
WHENEVER SQLERROR EXIT FAILURE;
before sql script and this working fine but I can't use this method for SQL Window.