....................
2012年6月21日 星期四
MySQL 字串連接
CONCAT(string1, string2, string3, …)
EX:字串和字串連接
CONCAT('test','abc')
=> testabc
EX:數字和字串連接
CONCAT('test',CAST(2222 AS CHAR))
=>test2222
(cast:資料類型的型態轉換。)
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言