通过类似以下语句在RSSD中查询获取。特此记录
代码:
select colname
from rs_columns c,
rs_objects o
where o.objname = 'R600KP_KP_KPXX'
and o.objid = c.objid
and c.primary_col = 1
go