Hello,
I'm trying to run some sql commands on the CUCM and want to use concat. For example I have tried all of the following:
admin:run sql select concat(firstname, ',' lastname) from enduser;
admin:run sql select concat(firstname || ',' || lastname...