Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Macro name changed from html to html-bobswift during server to cloud migration processing.

...

If cancelled, the following SQL Task Instance SQL Command would complete with status Success.

Panel

Html bobswift
<pre>
SELECT SLEEP(1000);
</pre>

 

If cancelled, the following SQL Task Instance SQL Command would complete with status Cancelled.

Panel

Html bobswift
<pre>
SELECT column-name FROM table-name  WHERE SLEEP(1000);
</pre>

 

For more information on the SLEEP function, please see the MySQL documentation here: https://dev.mysql.com/doc/refman/5.6/en/miscellaneous-functions.html#function_sleep
 

...