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.
我知道如何使用抑制重复项或通过可见性从表中删除重复项。有没有办法从数据集中删除重复项?
如果您使用 SQL 查询来获取您的数据集,那么您可以将您的更改SELECT为 SELECT DISTINCT.
SELECT
SELECT DISTINCT