Unified SQL function {fn CONCAT}
Posted: Mon 20 Apr 2015 02:44
The Unified SQL function CONCAT does not appear to work as designed.
Returns 'ab' instead of 'abc'.
I checked the help and it states: Concatenates several string expressions.
Fair enough add a forth string to see if it just skips the last and I get a Macro error. Apparently 4 is more than several but 3 params is OK..
The most annoying part of this is that I have source code and went to see what is what so I don't have to post.. a searched the source for 'CONCAT' and that gave me a single comment in source code?
How come, is source not source?
Code: Select all
{fn CONCAT('a', 'b', 'c')}
I checked the help and it states: Concatenates several string expressions.
Fair enough add a forth string to see if it just skips the last and I get a Macro error. Apparently 4 is more than several but 3 params is OK..
The most annoying part of this is that I have source code and went to see what is what so I don't have to post.. a searched the source for 'CONCAT' and that gave me a single comment in source code?
How come, is source not source?