Does Navicat support running multiple query statements?
From Navicat Wiki
Apply OS : Windows, Mac, Linux
Apply DB : MySQL, PGSQL, Oracle
Version : All
Yes, Navicat supports multiple SQL statements. Multiple SQL statements can be separated by semicolon ' ; ' . If more than one Select queries are executed at the same time, only the results of the last Select statement is displayed.

