My file has 2 fields : seqno and date
There can be lots of records for each seqno.
For each seqno, the date can be either set, or nulls.
How do I use the max function to return only the highest seqno which has a date set ?
ie ignoring those where the highest seqno is null ?
Thanks
There can be lots of records for each seqno.
For each seqno, the date can be either set, or nulls.
How do I use the max function to return only the highest seqno which has a date set ?
ie ignoring those where the highest seqno is null ?
Thanks
Comment