3

In Sql Server Management Studio, we can click a "Parse" button (or Ctrl+F5) to verify that a SQL statement is syntactically correct (without executing it).

How can I do it the same in Azure Data Studio?

Click Ok
  • 167
  • 2
  • 7

1 Answers1

5

There is no key mapped but you can map it.

Go to: File -> Preferences -> Keyboard Shortcuts or Ctrl+K Ctrl+S

Use the search feature or scroll down to "Parse Query" and setup a key binding

enter image description here

user1262715
  • 66
  • 1
  • 2