I am struggling to find that in the list of scalar functions. Is there something more convenient that strcat() for string formatting in Kusto?
I am struggling to find that in the list of scalar functions. Is there something more convenient that strcat() for string formatting in Kusto?
you didn't specify what you're interested in formatting - you may want to clarify the requirement.
there are built-in functions such as format_bytes(), format_datetime(), format_timespan(), format_ipv4(), etc.