本文介绍了在表SQL中查找重复的行的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我有一个带有列(id,名称,地址,城市,密码)的表.
将数据插入表中时,我需要检查重复记录.
例如,如果所有记录名称,地址,城市和密码都相同,则不要插入
否则在表中插入数据.表中的数据非常庞大,我需要快速的性能.
请提出最佳方法.
谢谢
Hi,
I have one table a with column(id,name,address,city,pincode).
while inserting data into table I need to check for duplicate record.
For example if all record name,address,city and pincode is same then dont insert
else insert data in table. Table have very huge data and I need fast performance.
Please suggest best way to do this.
Thanks
推荐答案
这篇关于在表SQL中查找重复的行的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!