Redbeard Posted April 29, 2003 Posted April 29, 2003 I am trying to come up with a calculation that will display the highest number used in a field for all records, regardless if they are in the found set or not.
cjaeger Posted April 29, 2003 Posted April 29, 2003 set up a self-join relation x=max(selfjoin::y). The self-join should be based on a calculation thatis true for all records, i.e. a calc z=1. so the relation is myfile, z <-> myfile, z.
Recommended Posts
This topic is 8236 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now