Execute statement by shortcut in mysql workbench

前端 未结 6 1418
情话喂你
情话喂你 2021-01-31 14:20

How can I execute any statement in MySQL Workbench using shortcut? Now I have to press buttom (yellow lightning). Of course I have read this: http://dev.mysql.com/doc/workbench/

6条回答
  •  孤城傲影
    2021-01-31 14:59

    Executing statement at cursor

    Ctrl + Enter (for Windows)

    Executing all statements within selection

    Ctrl + Shift + Enter Key (for Windows)

    see here for more

提交回复
热议问题