How to edit data in result grid in SQL Server Management Studio

后端 未结 14 2268
广开言路
广开言路 2020-12-23 14:32

I want to edit some row values once I get a query output in the result grid. Its true that we can right click the table and say open table to get an editable table output, b

14条回答
  •  星月不相逢
    2020-12-23 14:53

    Just choose "Edit Top 200 rows", press Ctrl + 3 in the edit grid region (or click "Show SQL Pane") and edit the query...

    But please note that this will work only for the query that doesn't contain "join"

提交回复
热议问题