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

SQL Anywhere 11.0.1 (中文) » UltraLite - 数据库管理和参考 » UltraLite SQL 参考 » UltraLite SQL 元素 » UltraLite 中的数据类型

 

用户定义的数据类型及其等效项

与 SQL Anywhere 数据库不同,UltraLite 不支持用户定义的数据类型。下表列出了等效于内置 SQL Anywhere 别名的 UltraLite 数据类型:

SQL Anywhere 数据类型 UltraLite 等效项
MONEY NUMERIC(19,4)
SMALLMONEY NUMERIC(10,4)
TEXT LONG VARCHAR
XML LONG VARCHAR