首页 新闻 会员 周边

informix中存储过程如何遍历表中的某条记录

0
悬赏园豆:40 [已关闭问题]

select service_no,oper_no from call_list a,city_desc b,operation c where a.cityid=b.cityid and a.cust_no=c.cust_no and b.description='长沙' into temp t

我需要循环取的上表查出的字段 oper_no记录,来判断下条语句是查哪张表
select a.recfile_key from queryrecord a,t b
where a.service_no=b.service_no

注:表名不确定

木依杨的主页 木依杨 | 初学一级 | 园豆:145
提问于:2010-01-08 11:32
< >
分享
清除回答草稿
   您需要登录以后才能回答,未注册用户请先注册