Tuesday, December 1, 2020

How to execute sql queries in workbench mysql ?

 If you are from MS SQL background and first time working with MySql , you may be struggling for finding the shortcut key to execute the sql query in workbench. 


Here is the short cut to execute the SQL query in workbench MySql. 

Default key mapping
  1. Execute (All or Selection) -> Ctrl + Shift + Enter.
  2. Execute Current Statement -> Ctrl + Enter.

No comments:

Post a Comment

can you please explain me Backpropagation & Gradients in layman language as simple as possible

 Absolutely! Let’s break down backpropagation and gradients in the simplest possible way , like we’re teaching a curious 10-year-old. 🎯...