Execute All
The Execute All option executes all SQL statements in the query editor.
The Execute All option requires the SQL statements to be separated by semi-colons (;).
The Execute All option looks at the types of queries in the editor to determine what type of call to make. If all of the statements are data manipulation statements, such as insert, update, or delete statements, RazorSQL will execute the statements in "batch mode", meaning all statements will be sent to the database in one call.
If all statements are select type statements, or there are a mix of selects and data manipulation statements, RazorSQL will execute each query one at a time.
