函数 Posted on 2017-04-18 | Visitors: concat1234// 将id name work_date连接起来CONCAT(id, name, work_date)// 在like中用到:CONCAT('%',:v" . self::$number . ",'%')