Forum Discussion
Kaustubhhh
2 years agoNew Member
Filtering repetetive rows in an sql database
Hi all, I have one dataset with column names- "tool no", "wear offset" , "tool length", "tool life" , "time stamp". In this dataset rows are coming per second. There are different tool nos who have...
Anonymous
2 years agoNot applicable
To ensure correct results using GroupKind.Local, you must be sure that your values are sorted--which appears to be the case.
--Nate