yyyyyyyyyyyyyyyyyyyy

博客园 首页 新随笔 联系 订阅 管理

2016年12月19日 #

摘要: 替换行首字符,而不替换字段中其它地方指定字符。 UPDATE table SET open_time = CONCAT('W', open_time) WHERE open_time REGEXP '^:';UPDATE table SET open_time = REPLACE(open_time 阅读全文
posted @ 2016-12-19 14:57 xxxxxxxx1x2xxxxxxx 阅读(643) 评论(0) 推荐(0)