SQL duplicate records
select EMPID ,Forminfoid,FormName ,count(*) as dcount
from tbl_FilesMigrationLogs
group by EMPID,Forminfoid,FormName
HAving COUNT(*) >1
track by multiple columns.
I'll create a car pooling app with real-time vehicle tracking, pickup/drop time estimates, and a list of onboard users. Since we don...
No comments:
Post a Comment