It returns a string formed by concatenating its arguments. So you could do (for example) SELECT CONCAT(value_of_result, " string to be added") FROM some_table.
確定! 回上一頁