如何在 Microsoft SQL Server Management Studio 2008 中编辑某一特定行?

发布于 2024-08-11 05:10:21 字数 159 浏览 4 评论 0原文

在 Microsoft SQL Server Management Studio 2008 中,是否存在能够基于键编辑一行的秘密?

有一个选项可以执行“编辑前 200 行”,但如果我想选择其他行并在数据网格中编辑它怎么办?我宁愿这样做,也不愿编写更新语句并冒弄乱 where 子句的风险。

In Microsoft SQL Server Management Studio 2008, is there a secret to be able to edit one row based on a key?

There's an option to do "Edit Top 200 Rows", but what if I want to select some other row and edit it in the datagrid? I would rather do that than code an update statement and risk messing up the where clause.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

星光不落少年眉 2024-08-18 05:10:21

使用“编辑前 200 个”选项,然后单击“显示 SQL 面板”,使用 WHERE 子句修改查询,然后执行查询。您将能够编辑结果。

Use the "Edit top 200" option, then click on "Show SQL panel", modify your query with your WHERE clause, and execute the query. You'll be able to edit the results.

来日方长 2024-08-18 05:10:21

如何在Server Management Studio 2008/2012/2014/2016中编辑一个特定的行/元组

第1步:鼠标右键>选择“编辑前 200 行”

编辑前 200 行

第 2 步:导航到查询设计器 > ;窗格> SQL 快捷键:Ctrl+3

导航到查询设计器 > 窗格> SQL

步骤 3: 修改查询

修改查询

步骤 4: 鼠标右键>选择“执行 SQL”快捷键:Ctrl+R

输入图像此处描述

How to edit one specific row/tuple in Server Management Studio 2008/2012/2014/2016

Step 1: Right button mouse > Select "Edit Top 200 Rows"

Edit top 200 rows

Step 2: Navigate to Query Designer > Pane > SQL (Shortcut: Ctrl+3)

Navigate to Query Designer > Pane > SQL

Step 3: Modify the query

Modify the query

Step 4: Right button mouse > Select "Execute SQL" (Shortcut: Ctrl+R)

enter image description here

安人多梦 2024-08-18 05:10:21

菜单位置似乎已更改为:

查询设计器 -->窗格 --> SQL

The menu location seems to have changed to:

Query Designer --> Pane --> SQL

_畞蕅 2024-08-18 05:10:21

如果您在使用“编辑前 200 行”选项后在保存结果窗格中的数据时遇到挑战,则以下步骤适合您:

  1. 运行包含要编辑的数据的查询或视图。
  2. 导航到包含要更改的数据的单元格。
  3. 输入新数据。
  4. 通过离开该行来保存更改。

参考: MS 文档

If you are facing challenges in saving data from the results pane after using Edit Top 200 Rows option, then the below steps are for you:

  1. Run the query or view that has the data you want to edit.
  2. Navigate to the cells containing the data you want to change.
  3. Type in the new data.
  4. Save your changes by leaving the row.

Ref: MS Docs

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文