Performant way to find which combination of fields results in a unique value across the dataset?

前端 未结 0 1717
[愿得一人]
[愿得一人] 2021-01-22 07:47

Given a table employee

CREATE TABLE employee (
  id AUTOINCREMENT INT,
  first_name STRING,
  last_name STRING,
  title STRING,
  ...
  PRIMARY KEY (id)
)
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题