thinkphp 里 concat怎么使用。。

浏览:8873 发布日期:2015/03/25 分类:求助交流 关键字: concat
想修改数据表字段,本字段后面拼接字符串,
原生sql:update table set a=concat(a,"123") where id=1;
thinkphp里面怎么使用
最佳答案
评论( 相关
后面还有条评论,点击查看>>