[SQL ] 关于UPDATE SQL整合成一句疑问

楼主: tas72732002 (葱头)   2015-03-19 23:22:56
数据库名称: mysql
内容/问题描述:
请问一下各位大大,
insert和delete都可以透过一句sql执行多笔,
update部分有可能将以下两句sql整合成"一句sql"吗?
update name = 'mary' where uid = 1;
update name = 'david' where uid = 2;
这样就不用建立两次连线了, response time应该是会较快的吧
作者: iFEELing (ing)   2015-03-19 23:46:00
下两个SQL指令不代表要建两次连线啊.....
作者: konkonchou (卡卡猫)   2015-03-20 00:07:00
name=(case when...) where uid in ...

Links booklink

Contact Us: admin [ a t ] ucptt.com