I am using the Coalesce db2 function to join the three tables. suppose t1.id=coalesce(t2.id,t3.id)
left outer join t1.AGtID=COALESCE(t2.AGNTID,t3.AGNTID)
while parsing it is throughing the error like Agentid doesnot have the authority to change the database manager configuration file.
can anyone suggest for alternate solution.
venkatcsit (BOB member since 2009-11-11)