DECODE(GL.DOCTYPENUM,160901,'Opening Balance',(select rtrim(xmlagg(xmlelement(e, a.accountdesc || ',')).extract('//text()').extract('//text()') ,',') accounts
from generalledger gll
inner join Accounts a on ( a.accountid = gll.accountid and gll.accountid !=103978)
where gll.voucherid=gl.voucherid)) particulars from generalledger gl
我正在运行SQL查询,在运行查询时它会给我错误
ora-19011字符串缓冲区太小。
检查查询时,上面的代码会出错,无法确定进行更改的位置。
谢谢!