Multiple SQL Update Statements in single query

后端 未结 6 1423
遥遥无期
遥遥无期 2020-12-17 16:23

I am in a situation where I am having to update about 12,000 items in my DB. Each row needs to mirror an excel file that I made previously. I have made the file that creates

6条回答
  •  独厮守ぢ
    2020-12-17 16:40

    Yes, you could add all the single-line-Update-statements in one query like you are doing.

提交回复
热议问题