Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. deviate93

    Duplicates left after using Distinct

    Could you have multiple records in basemulti with the same mem_id and mem_day? Easy thing to do is to sort MultiWithMaxDate by mem_day and create a dataset that has the duplicates (data dup;set multiwithmaxdate;by mem_day;if first.mem_day and last.mem_day then delete;) then look at the duplicates.

Part and Inventory Search

Back
Top