Greetings,
So, have upgraded to 12.10.FC14 (from 12.10.FC11), thanks to Andreas' suggestion to deal with the ALTER TABLE to ADD column issue I posted about earlier.
However, now I have bumped into this strange behaviour (which I'm really hoping is simply a provisioning issue at my end) where the following statement:
select char_length('') from systables where tabid = 1;
Throws this error (?):
202: An illegal character has been found in the statement.
The above occurs with 12.10.FC14. But,
does not with 12.10.FC11. With 12.10.FC11, I get the expected result of '0' (with no error thrown).
Can anyone please confirm, it's likely just a provisioning error on my part (maybe a locale thing?).
Thanks in advance.
#Informix