Please create the ability to Concat a field in the In-DB Summarize Tool similar to the regular Summarize tool. This would enable much faster processing on concatenating fields using the database's processing power vs. the local machine.
This is a good question - I believe that this kind of capability is supported in Microsoft SQL (TSQL) but not sure if this is ISO standard.
Reason for asking the ISO question is that if this is not an ISO standard (like sum; max; min) then it would be difficult to create an in-DB version because many DBs would not support it, or would implement this very differently.