[求助]关于字段内容替换的问题。
我用SQL的查询语句将查询的结果赋给数组后,再用GATHER将数组替换到一个表中,为什么表中只有看到一个值。select xx_name from c_msbm where xx_bianhao=bianhao into array ass_name
select As_name
gather from ass_name fields As_name.xx_name
2006-08-01 16:04
2006-08-01 16:29
2006-08-01 16:44
2006-08-01 16:55