1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-20 22:17:09 +08:00

Update 一条sql语句在mysql中如何执行的.md

This commit is contained in:
SnailClimb 2019-04-01 07:23:24 +08:00 committed by GitHub
parent 95e417dc51
commit e0dbb58cb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -145,5 +145,5 @@ update tb_student A set A.age='19' where A.name=' 张三 ';
## 四 参考
* 《一起构建 MySQL 知识网络
* 《MySQL 实战45讲
* MySQL 5.6参考手册:<https://dev.MySQL.com/doc/refman/5.6/en/>