Yes, use concat or concat_ws: CREATE VIEW myview AS SELECT concat_ws(' ', firstName, lastName) as "User" FROM mytable;.
確定! 回上一頁