1、把字段filePath中所有类似 '/usr/local/Trolltech/%'的字符串都替换成   '/zzzzz/'

update   EstDlpFileAttribute  set     filePath = replace(filePath,'/usr/local/Trolltech/', '/zzzzz/') where filePath like '/usr/local/Trolltech/%';

表: EstDlpFileAttribute

字段名 : filePath

替换函数   : replace

2、下面是把 fileAttrId = 319811的记录中字段filePath中的内容拼接上    '/zzzzz/abc.txt'  ,然后替换字段 filePath

update EstDlpFileAttribute set filePath = filePath || '/zzzzz/abc.txt' where fileAttrId = 319811;

最新文章

  1. C#语言基础——集合(ArrayList集合)
  2. TFS 2015 Update 2功能探索
  3. WebForm组合查询
  4. hidden(隐藏域)
  5. iOS本地数据存取
  6. FlowLayoutPanel autowrapping doesn't work with autosize
  7. ashx一般处理程序文件用处
  8. app.listen(3000)与app是不一样的
  9. 【Java数据结构】Java数据结构之链表反转
  10. 1077. [NOIP2010冲刺六] 数列游戏
  11. Mego(06) - 关系数据库建模
  12. hdu 5919 主席树(区间不同数的个数 + 区间第k大)
  13. 【Android】setXfermode属性
  14. Guitar Pro 添加装饰音
  15. split根据一个元素分割语句
  16. PAT A1127 ZigZagging on a Tree (30 分)——二叉树,建树,层序遍历
  17. Linux学习笔记14—文件的压缩与打包
  18. IntelliJ IDEA 2017版 使用笔记(十一) Debug操作:IDEA 快捷键
  19. 异步图片下载引擎(升级版——ExecutorService+handler)
  20. MySQL--修改普通表为自增表

热门文章

  1. demo code
  2. zabbix利用python3脚本进行钉钉报警
  3. SQL中各种join的区别
  4. 在CIMES中调用存储过程
  5. CDO学习2 CDO 入门教程Tutorial
  6. 图像bayer格式介绍
  7. java的集合以及数据结构
  8. Django中关于Manager的使用
  9. Java-面向对象基础 对象和方法
  10. SpringBoot接口防刷