on 2023 Jul 05 12:24 PM
I am having some difficulty trying to add multiple strings into a parameter field seperated by a line feed. So far I have come up with the following:
SELECT STRING_AGG ('some varchar field', BINTOSTR( HEXTOBIN('0D0A') )) FROM table1 but that generates the following error:
feature not supported: non-deterministic function is not allowed in constant expression
Any suggestions are more than welcome.
Regards,
Marcel.
User | Count |
---|---|
91 | |
8 | |
6 | |
6 | |
5 | |
5 | |
5 | |
5 | |
5 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.