MySql 把字串連接起來 - CONCAT()

MySql中把字串連接起來可以使用 CONCAT()

CONCAT(string1, string2, string3, …)

用法. update xxxx set CONCAT(欄位一, '--', 欄位二) where .....

0 Comment:

張貼留言