SQL adaptation guide for Oracle MySQL 5.x, MariaDB 10.x / BDL programming |
With Informix®, it is possible to interrupt a long running query if the SQL INTERRUPT ON option.
MySQL provides the KILL QUERY command to interrupt a running query on the server, but the client program must open a second connection to execyte this statement.