The DISTINCT bit will ensure you don't get duplicates of the fields you've chosen to output. So, for example, if you then added v_Flights.Callsign, you would get a lot more records, one for each callsign used by the aircraft that day. Basically, the more fields you output, the more records you will get. If you want very few duplicates, only output the fields you need.