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 参考 » 视图 » 系统视图

 

SYSUNITOFMEASURE 系统视图

SYSUNITOFMEASURE 系统视图中的每一行都描述了一个在数据库中定义的测量单位。SYSUNITOFMEASURE 系统视图的基础系统表为 ISYSUNITOFMEASURE 系统表。

列名 数据类型 说明
object_id UNSIGNED BIGINT 仅供系统使用。
owner UNSIGNED INT 测量单位的所有者。
unit_name CHAR(128)

测量单位的名称。

unit_type CHAR(7) 角度或线性。
conversion_factor DOUBLE 测量单位的转换系数。
 基础系统表上的约束