The thing with the Select function is that I want to edit the 6 records(players) with the highest Def skill set. The other records are not to be updated(there are about 30 records per team, only 6 are to be edited).
I am only using this in my program in memory - need to do the calculation to get the team skill, so I need to do a fast calculation.
Main Topics
Browse All Topics





by: Geert_GruwezPosted on 2009-04-02 at 02:55:39ID: 24048017
the fastest way is using calculated fields
the thing i don't see is what you do with the select ...
are you using this only in your program in memory or writing this back into a third table ?