在 Squirrel 中,如何复制一行?

发布于 2024-12-09 01:46:22 字数 99 浏览 2 评论 0原文

在 SQL Developer 这样的工具中,我可以右键单击一行并选择“重复”以获取该行的副本,对其进行编辑并提交。我怎样才能在松鼠中做到这一点?我什至不知道如何在内容视图中添加新行。

In a tool like SQL Developer, I can right click on a row and select duplicate to get a copy of row, edit it, and commit it. How can I do this in Squirrel? I don't even see how to add a new row in the Content view.

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

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

发布评论

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

评论(2

百善笑为先 2024-12-16 01:46:22

找到了一种插入行的方法,尽管不重复。在内容视图中,右键单击并选择“使可编辑”(我认为这仅适用于所选行)。再次右键单击,现在有一个“插入行”选项。将出现一个弹出窗口,用于输入新行的每个字段的值。

Found a way to insert rows, though not duplicate. In the Content view, right-click and choose "Make editable" (I thought this just applied to the selected row). Right-click again and now there is an "Insert Row" option. A popup appears for entering the values for each field of the new row.

看海 2024-12-16 01:46:22

可以复制。
您必须执行以下操作:

  1. 使用上下文菜单条目“选择整行”选择一行,或使用“全选”选择所有行
  2. 在上下文菜单中,选择“复制为 SQL INSERT-VALUES 语句”
  3. 将复制的内容粘贴到sql 选项卡编辑器

完成

It is possible to duplicate.
You have to do following:

  1. select one row with the context menu entry "Select entire row(s)" or all rows with "Select All"
  2. In the context menu, select "Copy as SQL INSERT-VALUES statement"
  3. Paste the copied content in the sql tab editor

Done

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