刪除emp_no重複的記錄,只保留最小的id對應的記錄。

題目描述 刪除emp_no重複的記錄,只保留最小的id對應的記錄。 CREATE TABLE IF NOT EXISTS titles_test ( id int(11) not null primary key, emp_no int(11) NOT NULL, title varchar(50) NOT NULL, from_date date NOT NULL, to_date date D
相關文章
相關標籤/搜索