Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (中文) » SQL Anywhere 服务器 - 数据库管理 » 管理数据库 » SQL Anywhere 图形管理工具 » 使用 Interactive SQL » 在 Interactive SQL 中编辑结果集

 

使用 Interactive SQL 从数据库中删除行

您还可以在 Interactive SQL 中从数据库表中删除行。您必须对要删除行的表具有 DELETE 权限。

♦  从结果集中删除行
  1. 选择要删除的行。要选择行,请执行以下操作:

    • 按住 Shift 键的同时单击行。

    • 按住 Shift 键的同时使用上箭头键或下箭头键。

    如果要删除不连续的行,必须分别删除每行。

  2. 按 Delete 键。

    即会从数据库表中删除选定的行。

  3. 执行 COMMIT 以使更改成为永久更改。