问题描述
- ORA-00904:"T"."POLICYNUM":invalid identifier 急急啊
-
select t.policynum,
(select wmsys.wm_concat(c.countrycnname || '|' || c.countryenname) from webpos_country cwhere c.countrycode in (
select 'aa' datafield3 from (select (select datafield3 from pos_policy_form where policynum=t.policynum) from dual)
)),
'Form ' || to_char(t.startdate, 'yyyy-mm-dd') || ' To ' ||to_char(t.enddate, 'yyyy-mm-dd'),to_char(t.startdate, 'yyyy-mm-dd'),t.summoney,t.policynum
from pos_policy_form t
where t.poscode = 'WP666666'
and t.sellformtype = 'UN075'
and t.operatorcode = '555555'
and t.batchnum = '86241300118960'
order by t.policynum标识列无效 急急啊
时间: 2024-09-30 00:24:52