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

SQL Anywhere 12.0.1 » SQL Anywhere 服务器 - SQL 的用法 » 表、视图和索引 »

 

查看表或视图中的数据 (Sybase Central)

可使用 Sybase Central 浏览表和视图中的数据。

前提条件

拥有查看表数据或视图数据的权限。

上下文和注释

多个。

 ♦ 使用 Sybase Central 查看表或视图中的数据
  • 在 Sybase Central 中,选择表并单击右窗格中的 [数据] 选项卡。

结果

表或视图的数据会显示在 [数据] 选项卡中。

下一步

对于表,您可以在 [数据] 选项卡中编辑数据。

如果您在使用 Interactive SQL,请执行如下语句,其中 table-name 包含要查看的数据:

SELECT * FROM table-name;