Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
想象一下,当您有一个包含 200 万行的表并且您想要删除一百万行时。这些行没有聚集在一起。我可能想删除row1,然后是row5,然后可能是row7。但我想删除可能年龄 < 23 的行删除这些行的最佳方法是什么?
您将需要批量删除它们。上一个问题提供了一些有趣的答案。