UPDATE dbo.WX_TWODIMENCODE_INFO SET
wti_scan_views=t.count FROM (
SELECT COUNT(*) AS 'count',lci_erector_scene_id FROM LOTTERY_CODE_INFO
WHERE lci_type=40 AND lci_erector_code_scantime IS NOT NULL
GROUP BY lci_erector_scene_id
) AS t
WHERE wti_scene_id=t.lci_erector_scene_id
相关文章
- 11-14Python批量修改文件名
- 11-14根据子查询批量删除的sql语句
- 11-142020.01-Study_update.2
- 11-14mybatis批量更新,和修改出现的小问题
- 11-14python实现批量压缩文件夹
- 11-14批量检测GoAhead系列服务器中Digest认证方式的服务器弱口令
- 11-14[LeetCode] 295. Find Median from Data Stream_hard tag: Heap Need to update the follow up question?
- 11-1402.flink打jar包时只打包代码,依赖jar包批量指定
- 11-14如何批量导出工作表中的柱状图/折线图等图表为单独图片
- 11-14Salesforce LWC学习(三十五) 使用 REST API实现不写Apex的批量创建/更新数据