My Mistake
A reader, August 26, 2025 - 12:59 am UTC
Thank you, Connor. My max_string_size is STANDARD. I am able to reproduce your results with rpad() where all three blocks raise an exception. This morning I am not able to reproduce my results with the literal where the third block did not raise an exception. That is, all three of my blocks with the literal are (now) also raising an exception. Not sure what I was seeing/doing yesterday causing me to think there was no exception being thrown for the third block. I thought I was seeing some difference between concatenating a literal versus concatenating a variable (or rpad). I am glad to see that this is not the case and that all three raise an exception as would be expected in the max_string_size=STANDARD case. Sorry for taking up your time and thanks for your assistance in resolving this drama for me.
August 27, 2025 - 2:53 am UTC
Glad to help