I have a database that keeps track of comments users make on files being reviewed. When we review several files at once, things get quite confusing. Among others, there are2 fields, a "filename field" (the type of the field is chars but it is the one that is constrained to ~50 characters) and a integer line number field.
I want to be able to sort on the filename field and THEN line number.
The general 'sort' only lets you sort on one field. Anyone ever sort on more than one?