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

SAP Sybase SQL Anywhere 16.0 (中文) » SQL Anywhere 服务器 - SQL 用法 » 表、视图和索引 »

 

查看表中的数据 (Sybase Central)

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

前提条件

必须对该表具有 SELECT 特权,或者具有 SELECT ANY TABLE 系统特权。

 任务
  1. 在 Sybase Central 中,使用 SQL Anywhere 16 插件连接到数据库。

  2. 双击 []。

  3. 单击右窗格中的 [数据] 选项卡。

结果

表数据会显示在 [数据] 选项卡中。

下一个

可以在 [数据] 选项卡上编辑数据。

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

SELECT * FROM table-name;
 另请参见