Informix Server 10 and remove CR character in select
问题 I need to remove the CR character in a select in Informix Server 10. The function chr doesn't exist in version 10, so when I try a replace like that REPLACE(text_column, chr(10), ' ') I get an error like that: Routine (chr) can not be resolved. [SQL State=IX000, DB Errorcode=-674] The function ascii(10) doesn't work either. Thanks in advance 回答1: I don't have access to an IDS 10 but see if this works out for you. Bear in mind that this is an example for LF : LF - ASCII Code 10, Line Feed; CR