I need to show 3456789 as 34,56,789 in the output of below select query in db2
SELECT ' RUN TIME: ' CONCAT CURRENT_TIME CONCAT SPACE(39) CONCAT 'PROCESS' CONCAT SPACE(44) CONCAT '3456789' FROM sysibm.sysdummy1 WITH UR;
Current Output is: RUN TIME: 14.13.24 PROCESS 3456689