Should we rather use the concatenation operator ||
or the format()
function in trigger functions?
Is there any advantage of using one over the other or does it come down to personal preference and readability?
Would you say for simple concatenation, use the operator but for more complex concatenation, using the format function?