You can also concatenate expressions together in MySQL by placing the strings next to each other. For example: mysql> SELECT 'tech' 'on' 'the' 'net' '.com'; ...
確定! 回上一頁