小
小天
Unregistered / Unconfirmed
GUEST, unregistred user!
请问如何在Sql Server 7.0中获得一个Table的某一个字段的类型
select type
from syscolumes
where id=xxx and name='xxx'
id怎么取值呢?还有type的类型也是数字,怎么才能知道它的内容呢?
或者还有其他更好的方法吗?
select type
from syscolumes
where id=xxx and name='xxx'
id怎么取值呢?还有type的类型也是数字,怎么才能知道它的内容呢?
或者还有其他更好的方法吗?