当前位置:网站首页>Example of batch update statement combining update and inner join in SQL Server
Example of batch update statement combining update and inner join in SQL Server
2022-07-06 17:33:00 【geekqian】
Reference resources : https://stackoverflow.com/a/9589124
UPDATE R
SET R.status = '0'
FROM dbo.ProductReviews AS R
INNER JOIN dbo.products AS P
ON R.pid = P.id
WHERE R.id = '17190'
AND P.shopkeeper = '89137';
边栏推荐
- About selenium starting Chrome browser flash back
- 自动化运维利器-Ansible-Playbook
- Virtual machine startup prompt probing EDD (edd=off to disable) error
- Huawei certified cloud computing hica
- EasyRE WriteUp
- C#版Selenium操作Chrome全屏模式显示(F11)
- 【逆向初级】独树一帜
- 04个人研发的产品及推广-数据推送工具
- How does wechat prevent withdrawal come true?
- 集成开发管理平台
猜你喜欢
Solr appears write Lock, solrexception: could not get leader props in the log
微信防撤回是怎么实现的?
Flink 解析(七):时间窗口
Shawshank's sense of redemption
JVM garbage collector part 2
Flink源码解读(二):JobGraph源码解读
pip install pyodbc : ERROR: Command errored out with exit status 1
信息与网络安全期末复习(基于老师给的重点)
03 products and promotion developed by individuals - plan service configurator v3.0
ByteDance overseas technical team won the championship again: HD video coding has won the first place in 17 items
随机推荐
mysql 基本增删改查SQL语句
SQL调优小记
On the clever use of stream and map
[reverse primary] Unique
Deploy flask project based on LNMP
[reverse] repair IAT and close ASLR after shelling
04个人研发的产品及推广-数据推送工具
微信防撤回是怎么实现的?
05 personal R & D products and promotion - data synchronization tool
[VNCTF 2022]ezmath wp
The solution to the left-right sliding conflict caused by nesting Baidu MapView in the fragment of viewpager
mysql高級(索引,視圖,存儲過程,函數,修改密碼)
JVM garbage collection overview
ByteDance overseas technical team won the championship again: HD video coding has won the first place in 17 items
Flink 解析(五):State与State Backend
mysql的列的数据类型详解
Garbage first of JVM garbage collector
全网最全tcpdump和Wireshark抓包实践
Only learning C can live up to expectations Top1 environment configuration
JVM 垃圾回收器之Garbage First