Check this doc. I think you need to cast the int_value as a string: IFNULL(value.string_value, CAST(value.int_value AS STRING)) AS ...
確定! 回上一頁