|
CLOB errors out too. String too long.
On Sat, Mar 14, 2020, 2:50 PM Niels Liisberg <nli@xxxxxxxxxxxxxxxxx>
wrote:
Use a CLOBwrite
fre. 13. mar. 2020 kl. 17.04 skrev Alan Campin <alan0307d@xxxxxxxxx>:
I am writing Stored Procedures in the SQL language. Would prefer to
soas external service programs but company standard is to use SQL and wehave
actually found it faster.
Any way, I am building dynamic SQL strings and because our database is
listun-normal we have really long SQL statements we are building. When Ionly
attempt to compile, I am getting SQL strings too long or complex. The
solution I have found islist
If I do the following
SET String = 'Select VariableA,
VariableB
From FileA';
(Actual string a lot longer).
This will give me an error but if I do the following no error. All the
blanks are compressed out.
'Select Variablea, ' ||
' Variableb,' ||
' From FileA';
Ugly as hell.
In RPG, I can do the following
SET String = 'Select Variablea, +
VariableB +
From FileA';
As soon as RPG see the + it stops processing until it hits the next
non-blank characters.
As far as I can tell, you cannot do something like this in SQL.
Anybody else got a solution to this problem?
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing
To post a message email: MIDRANGE-L@xxxxxxxxxxxxxxxxxx--
To subscribe, unsubscribe, or change list options,
visit: https://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives
at https://archive.midrange.com/midrange-l.
Please contact support@xxxxxxxxxxxx for any subscription related
questions.
Help support midrange.com by shopping at amazon.com with our affiliate
link: https://amazon.midrange.com
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing
To post a message email: MIDRANGE-L@xxxxxxxxxxxxxxxxxx--
To subscribe, unsubscribe, or change list options,
visit: https://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives
at https://archive.midrange.com/midrange-l.
Please contact support@xxxxxxxxxxxx for any subscription related
questions.
Help support midrange.com by shopping at amazon.com with our affiliate
link: https://amazon.midrange.com
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list
To post a message email: MIDRANGE-L@xxxxxxxxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: https://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives
at https://archive.midrange.com/midrange-l.
Please contact support@xxxxxxxxxxxx for any subscription related
questions.
Help support midrange.com by shopping at amazon.com with our affiliate
link: https://amazon.midrange.com
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.