Example 1: mysql concatenate two columns into one SELECT concat(first_column, ' ', second_column) from table_name Example 2: mysql concat and use as where ...
確定! 回上一頁