【发布时间】:2015-02-18 22:26:33
【问题描述】:
在哪里可以从 sybase iq SQL 获取列类型名称
select * from syscolumn
select distinct column_type from syscolumn --- value is only R
我在哪里可以得到 int、varchar 等?
select * from systypes
如何与系统列关联?
【问题讨论】:
-
我想你想要用户类型列。