1 更新操作(单表更新)

1)单表更新

update [low_priority] [ignore] table_reference set col_name1={expr1|default},col_name2={expr1|default} .....[where where_condition];

省略条件更新所有记录

设置条件将会更新指定记录

2)多表更新

2删除操作

1)单表删除

删除记录(单表删除)

delete from tb_name [where where_condition]

2)多表删除

最新文章

  1. python——初识django的template
  2. 论文笔记之: Person Re-Identification by Multi-Channel Parts-Based CNN with Improved Triplet Loss Function
  3. 解决:mvn archetype:create Abstract class or interface 'org.apache.maven.artifact.repository.ArtifactRepository' cannot be instantiated
  4. jquery中Live方法不可用,Jquery中Live方法失效
  5. AndroidUI的组成部分ProgressBar
  6. 第四章 Ajax与jQuery
  7. PHP Array 简介
  8. 关于SpringCloud配置网关转发时出现一下啊错误:“com.netflix.zuul.exception.ZuulException: Forwarding error at org.springframework.cloud.netflix.zuul.filters.route.RibbonRoutingFilter.handleException”
  9. [转]Python shutil 模块
  10. A SimpleDataStore
  11. andorid CmakeLists
  12. SharePoint REST API - 概述
  13. Windows下python环境配置
  14. SAP NUMBER RANGE维护配置object FBN1 Deletion only possible if status is initial
  15. git中的needs merge问题
  16. [NOIP2013提高&洛谷P1966]火柴排队 题解(树状数组求逆序对)
  17. Java 连接MS Access数据库
  18. SpringMVC中重定向传参数的方法
  19. 曼-惠特尼U检验Mann–Whitney U Test
  20. 扒开系统调用的三层皮(下)/给MenuOS增加time和time-asm命令

热门文章

  1. 编写高质量代码改善C#程序的157个建议——建议118:使用SecureString保存密钥等机密字符串
  2. 淘宝IP地址库采集器c#
  3. WebCalendar.js
  4. Centos iptables防火墙设置
  5. JulyNovel-React
  6. Spring Boot专题背景简介
  7. 【转】基于Redis实现延时队列服务
  8. python学习之路 五:函数式编程
  9. [Perl][文件操作]判断文件是否为符号链接(Unicode路径)
  10. 初探UE4中的Profiling【转】