Skip to Main Content

Oracle Developer Tools for VS Code

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

View parse error (listagg, chr(13))

a340dd27-d7b5-41e7-909f-55f8b05fdf0dFeb 19 2020 — edited Mar 23 2020

I use listagg with delimeters: cr lf

example: listagg(abi.descr, chr(13) || chr(10))within group(order by abi.item_id)

And I get error: There is not possible parse follow up at the token "group". If I change chr(13) || chr(10) to some string like ';' then all is ok.

Comments

Post Details

Added on Feb 19 2020
1 comment
223 views