标题: 急,IDS中LIST类型问题 [打印本页] 作者: 大约在冬季 时间: 2005-06-24 11:08 标题: 急,IDS中LIST类型问题 我们在项目实施过程中,发现有张表中有LIST类型的字段,我们想取LIST字段的第一条记录,应该怎么取呢。
例如:
LIST
create row type mytype
(
my1 INTEGER not null,
my2 INTEGER not null,
my3 DECIMAL(18,2) not null,
my4 INTEGER not null,
my5 DECIMAL(18,2) not null,
my6 DECIMAL(18,2) not null,
my7 DECIMAL(18,2) not null,
my8 CHAR(3) not null,
my9 CHAR( not null,
my10 INTEGER not null
);