Bonjour à tous
j'ai une requete quand je lexécuet sur TOAD ça marche normalement mais en Java avec JDBC Non :
select d.step_id, b.billing_account_id, b.customer_id, d.co_id, b.ohxact, f.dn_num, decode(nvl(g.co_id,0),0,NULL, 'X') profile from dunning_bills_all a, orderhdr_all b, billing_account_assignment c, DUNNING_CONTRACT_ALL d, contr_services_cap e, directory_number f, prepaid_fix_contract g where a.ohxact = b.ohxact and b.OHOPNAMT_DOC = 0 and b.billing_account_id = c.billing_account_id and c.contract_id = d.co_id and step_id not in (0, 6) and e.co_id (+)= d.co_id and e.dn_id = f.dn_id (+) and d.co_id = g.co_id (+)
le problème est pour decode(nvl(g.co_id,0),0,NULL, 'X') profile et la table prepaid_fix_contract g
cest normal ??
Merci
Partager