Hello,

I just went through the manual over and over again, but either I'm blinded by something or it simply isn't there.

I was looking for two functions

1) replace() (the usual thing as known e.g. from Java's replaceAll() but not necessarily with Regex)

2) a char() function that returns the character that maps to the given integer. char(10) would return a newline (\n) char(9) a tab character etc. As far as I can tell char(10) in Derby returns "10"


Am I missing something, or do these (standard) functions indeed not exist?

Regards
Thomas

Reply via email to