个人日记

您现在的位置是:首页 > 学习笔记 > 帝国CMS

帝国CMS

MYSQL语句 去掉字段最后一个符号的方法

2016-04-24 00:00:00 帝国CMS 人点赞
update phome_ecms_news_data_1 set infotags=left(infotags,char_length(infotags)-1) where right(infotags,1)=',';
以上语句意义:查询phome_ecms_news_data_1这个表的i

 update phome_ecms_news_data_1 set infotags=left(infotags,char_length(infotags)-1) where right(infotags,1)=',';

以上语句意义:查询phome_ecms_news_data_1这个表的infotags字段,如果最后一个字符是逗号删除最后一个字符。

 

MYSQL语句 去掉字段最后一个符号的方法.doc

830*140广告

文章评论