摘要:
如何删除重复数据, 只保留一条 drop table if exists temp_dm_patientinfo_id; create table temp_dm_patientinfo_id as select record_id, -- 重复键 max(id) max_id from dm_pa 阅读全文
posted @ 2024-01-12 13:50
Suckseedeva
阅读(21)
评论(0)
推荐(0)