SQL Table
How to pick duplicate records, do i need to use cursor ???
Following is my Query..
select RxNbr,[Fill Date],NDC,GenericCode
from vw_TempTransaction
order by GenericCode Asc
If the Column : RxNbr and Column : [Fill Date] has the same value and repeated more than once, i need to pick those rxnbr / [fill date] records.
I’d do as: