How to execute multiple SQL queries in MySQL Workbench?

后端 未结 2 596
清歌不尽
清歌不尽 2021-01-07 17:34

I am using MySQL Workbench CE for Windows version 5.2.40.

I want to execute the following SQL queries together. However I can only execute the SQL queries by first e

2条回答
  •  无人及你
    2021-01-07 17:54

    You could use Ctrl+Shift+Enter to run everything with semicolon end.

    For Mac +shift+return

提交回复
热议问题