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

How cache can be enabled for embeded text as well for search query results in Azure AI ?

 Great question, Rahul! Caching in the context of Azure AI (especially when using **RAG pipelines with Azure OpenAI + Azure AI Search**) can...