函数

concat

1
2
3
4
// 将id name work_date连接起来
CONCAT(id, name, work_date)
// 在like中用到:
CONCAT('%',:v" . self::$number . ",'%')